#306EAE

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

Shades of Lochmara #306EAE

Tints of Lochmara #306EAE

Color information

#306EAE (or 0x306EAE) is unknown color: approx Lochmara. HEX triplet: 30, 6E and AE. RGB value is (48,110,174). Sum of RGB (Red+Green+Blue) = 48+110+174=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #306EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306EAE is #CF9151. Grayscale: #626262. Windows color (decimal): -13603154 or 11431472. OLE color: 11431472.

HSL color Cylindrical-coordinate representation of color #306EAE: hue angle of 210.48º 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 #306EAE is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB48110174-
CMYK0.720.3700.32
HSL210.48º56.76%43.53%-
HSV(B)210.48º72.41%68.24%-
XYZ14.4314.8442.15-
YUV98.76170.4691.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.46%
GREEN value IS 110 (43.36% from 255) = 33.13%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=14.46%
G=33.13%
B=52.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal481101740.720.3700.32210.4856.7643.53
Hex306EAE4825020d2392c
Octal60156256110450403227154
Binary1100001101110101011101001000100101010000011010010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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