#306FB4

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

Shades of Lochmara #306FB4

Tints of Lochmara #306FB4

Color information

#306FB4 (or 0x306FB4) is unknown color: approx Lochmara. HEX triplet: 30, 6F and B4. RGB value is (48,111,180). Sum of RGB (Red+Green+Blue) = 48+111+180=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #306FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FB4 is #CF904B. Grayscale: #636363. Windows color (decimal): -13602892 or 11824944. OLE color: 11824944.

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

Color convert

RGB48111180-
CMYK0.730.3800.29
HSL211.36º57.89%44.71%-
HSV(B)211.36º73.33%70.59%-
XYZ15.1415.2945.33-
YUV100.03173.1390.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.16%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 180 (70.70% from 255) = 53.10%
R=14.16%
G=32.74%
B=53.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481111800.730.3800.29211.3657.8944.71
Hex306FB4492601Dd33a2d
Octal60157264111460353237255
Binary110000110111110110100100100110011001110111010011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,111,180); }

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

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

 a { background-color: rgb(48,111,180); }

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

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

 span { border-color: rgb(48,111,180); }

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