#306C9E

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

Shades of Lochmara #306C9E

Tints of Lochmara #306C9E

Color information

#306C9E (or 0x306C9E) is unknown color: approx Lochmara. HEX triplet: 30, 6C and 9E. RGB value is (48,108,158). Sum of RGB (Red+Green+Blue) = 48+108+158=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #306C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306C9E is #CF9361. Grayscale: #5F5F5F. Windows color (decimal): -13603682 or 10382384. OLE color: 10382384.

HSL color Cylindrical-coordinate representation of color #306C9E: hue angle of 207.27º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #306C9E is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB48108158-
CMYK0.700.3200.38
HSL207.27º53.4%40.39%-
HSV(B)207.27º69.62%61.96%-
XYZ12.7513.8234.34-
YUV95.76163.1293.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.29%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 158 (62.11% from 255) = 50.32%
R=15.29%
G=34.39%
B=50.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481081580.700.3200.38207.2753.440.39
Hex306C9E4620026cf3528
Octal60154236106400463176550
Binary1100001101100100111101000110100000010011011001111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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