#306EAC

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

Shades of Lochmara #306EAC

Tints of Lochmara #306EAC

Color information

#306EAC (or 0x306EAC) is unknown color: approx Lochmara. HEX triplet: 30, 6E and AC. RGB value is (48,110,172). Sum of RGB (Red+Green+Blue) = 48+110+172=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #306EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306EAC is #CF9153. Grayscale: #626262. Windows color (decimal): -13603156 or 11300400. OLE color: 11300400.

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

Color convert

RGB48110172-
CMYK0.720.3600.33
HSL210º56.36%43.14%-
HSV(B)210º72.09%67.45%-
XYZ14.2414.7641.13-
YUV98.53169.4691.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.55%
GREEN value IS 110 (43.36% from 255) = 33.33%
BLUE value IS 172 (67.58% from 255) = 52.12%
R=14.55%
G=33.33%
B=52.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481101720.720.3600.3321056.3643.14
Hex306EAC4824021d2382b
Octal60156254110440413227053
Binary1100001101110101011001001000100100010000111010010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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