#306F9E

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

Shades of Lochmara #306F9E

Tints of Lochmara #306F9E

Color information

#306F9E (or 0x306F9E) is unknown color: approx Lochmara. HEX triplet: 30, 6F and 9E. RGB value is (48,111,158). Sum of RGB (Red+Green+Blue) = 48+111+158=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #306F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306F9E is #CF9061. Grayscale: #616161. Windows color (decimal): -13602914 or 10383152. OLE color: 10383152.

HSL color Cylindrical-coordinate representation of color #306F9E: hue angle of 205.64º 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 #306F9E is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB48111158-
CMYK0.700.3000.38
HSL205.64º53.4%40.39%-
HSV(B)205.64º69.62%61.96%-
XYZ13.0714.4734.45-
YUV97.52162.1392.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 158 (62.11% from 255) = 49.84%
R=15.14%
G=35.02%
B=49.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481111580.700.3000.38205.6453.440.39
Hex306F9E461E026ce3528
Octal60157236106360463166550
Binary110000110111110011110100011011110010011011001110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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