#306FAF

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

Shades of Lochmara #306FAF

Tints of Lochmara #306FAF

Color information

#306FAF (or 0x306FAF) is unknown color: approx Lochmara. HEX triplet: 30, 6F and AF. RGB value is (48,111,175). Sum of RGB (Red+Green+Blue) = 48+111+175=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #306FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306FAF is #CF9050. Grayscale: #636363. Windows color (decimal): -13602897 or 11497264. OLE color: 11497264.

HSL color Cylindrical-coordinate representation of color #306FAF: hue angle of 210.24º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #306FAF is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB48111175-
CMYK0.730.3700.31
HSL210.24º56.95%43.73%-
HSV(B)210.24º72.57%68.63%-
XYZ14.6415.0942.7-
YUV99.46170.6391.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.37%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 175 (68.75% from 255) = 52.40%
R=14.37%
G=33.23%
B=52.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal481111750.730.3700.31210.2456.9543.73
Hex306FAF492501Fd2392c
Octal60157257111450373227154
Binary110000110111110101111100100110010101111111010010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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