#306B9C

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

Shades of Lochmara #306B9C

Tints of Lochmara #306B9C

Color information

#306B9C (or 0x306B9C) is unknown color: approx Lochmara. HEX triplet: 30, 6B and 9C. RGB value is (48,107,156). Sum of RGB (Red+Green+Blue) = 48+107+156=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #306B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306B9C is #CF9463. Grayscale: #5E5E5E. Windows color (decimal): -13603940 or 10251056. OLE color: 10251056.

HSL color Cylindrical-coordinate representation of color #306B9C: hue angle of 207.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #306B9C is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB48107156-
CMYK0.690.3100.39
HSL207.22º52.94%40%-
HSV(B)207.22º69.23%61.18%-
XYZ12.4813.5433.41-
YUV94.94162.4594.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=15.43%
G=34.41%
B=50.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481071560.690.3100.39207.2252.9440
Hex306B9C451F027cf3528
Octal60153234105370473176550
Binary110000110101110011100100010111111010011111001111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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