#306BB3

Color #306BB3 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #306BB3

Tints of Lochmara #306BB3

Color information

#306BB3 (or 0x306BB3) is unknown color: approx Lochmara. HEX triplet: 30, 6B and B3. RGB value is (48,107,179). Sum of RGB (Red+Green+Blue) = 48+107+179=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #306BB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306BB3 is #CF944C. Grayscale: #616161. Windows color (decimal): -13603917 or 11758384. OLE color: 11758384.

HSL color Cylindrical-coordinate representation of color #306BB3: hue angle of 212.98º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #306BB3 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB48107179-
CMYK0.730.4000.30
HSL212.98º57.71%44.51%-
HSV(B)212.98º73.18%70.2%-
XYZ14.6114.444.66-
YUV97.57173.9592.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 14.37%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 179 (70.31% from 255) = 53.59%
R=14.37%
G=32.04%
B=53.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal481071790.730.4000.30212.9857.7144.51
Hex306BB3492801Ed53a2d
Octal60153263111500363257255
Binary110000110101110110011100100110100001111011010101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306BB3; }

 p { color: rgb(48,107,179); }

 H1.HeaderClassName
 {
   color: #306BB3;
 }
 .AnyTagClassName
 {
   color: #306BB3;
 }
</style>
background-color css

<style>
 a { background-color: #306BB3; }

 a { background-color: rgb(48,107,179); }

 div.DivClassName
 {
   background-color: #306BB3;
 }
 .BgClassName
 {
   background-color: #306BB3;
 }
</style>
border-color css

<style>
 span { border-color: #306BB3; }

 span { border-color: rgb(48,107,179); }

 td.TdClassName
 {
   border-color: #306BB3;
 }
 .TagClassName
 {
   border-color: #306BB3;
 }
</style>