#306C9C

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

Shades of Lochmara #306C9C

Tints of Lochmara #306C9C

Color information

#306C9C (or 0x306C9C) is unknown color: approx Lochmara. HEX triplet: 30, 6C and 9C. RGB value is (48,108,156). Sum of RGB (Red+Green+Blue) = 48+108+156=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #306C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C9C is #CF9363. Grayscale: #5F5F5F. Windows color (decimal): -13603684 or 10251312. OLE color: 10251312.

HSL color Cylindrical-coordinate representation of color #306C9C: hue angle of 206.67º 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 #306C9C is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB48108156-
CMYK0.690.3100.39
HSL206.67º52.94%40%-
HSV(B)206.67º69.23%61.18%-
XYZ12.5813.7533.44-
YUV95.53162.1294.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 156 (61.33% from 255) = 50%
R=15.38%
G=34.62%
B=50%

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
Decimal481081560.690.3100.39206.6752.9440
Hex306C9C451F027cf3528
Octal60154234105370473176550
Binary110000110110010011100100010111111010011111001111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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