#306FAE

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

Shades of Lochmara #306FAE

Tints of Lochmara #306FAE

Color information

#306FAE (or 0x306FAE) is unknown color: approx Lochmara. HEX triplet: 30, 6F and AE. RGB value is (48,111,174). Sum of RGB (Red+Green+Blue) = 48+111+174=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #306FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306FAE is #CF9051. Grayscale: #636363. Windows color (decimal): -13602898 or 11431728. OLE color: 11431728.

HSL color Cylindrical-coordinate representation of color #306FAE: hue angle of 210º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #306FAE is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB48111174-
CMYK0.720.3600.32
HSL210º56.76%43.53%-
HSV(B)210º72.41%68.24%-
XYZ14.5415.0542.18-
YUV99.34170.1391.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.41%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 174 (68.36% from 255) = 52.25%
R=14.41%
G=33.33%
B=52.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481111740.720.3600.3221056.7643.53
Hex306FAE4824020d2392c
Octal60157256110440403227154
Binary1100001101111101011101001000100100010000011010010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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