#306FB6

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

Shades of Lochmara #306FB6

Tints of Lochmara #306FB6

Color information

#306FB6 (or 0x306FB6) is unknown color: approx Lochmara. HEX triplet: 30, 6F and B6. RGB value is (48,111,182). Sum of RGB (Red+Green+Blue) = 48+111+182=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 182 (71.48% from 255 or 53.37% from 341); Max value from RGB is 182 - color contains mainly: blue. Hex color #306FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306FB6 is #CF9049. Grayscale: #636363. Windows color (decimal): -13602890 or 11956016. OLE color: 11956016.

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

Color convert

RGB48111182-
CMYK0.740.3900.29
HSL211.79º58.26%45.1%-
HSV(B)211.79º73.63%71.37%-
XYZ15.3515.3746.41-
YUV100.26174.1390.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.08%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 182 (71.48% from 255) = 53.37%
R=14.08%
G=32.55%
B=53.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481111820.740.3900.29211.7958.2645.1
Hex306FB64A2701Dd43a2d
Octal60157266112470353247255
Binary110000110111110110110100101010011101110111010100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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