#306EAB

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

Shades of Lochmara #306EAB

Tints of Lochmara #306EAB

Color information

#306EAB (or 0x306EAB) is unknown color: approx Lochmara. HEX triplet: 30, 6E and AB. RGB value is (48,110,171). Sum of RGB (Red+Green+Blue) = 48+110+171=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #306EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306EAB is #CF9154. Grayscale: #626262. Windows color (decimal): -13603157 or 11234864. OLE color: 11234864.

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

Color convert

RGB48110171-
CMYK0.720.3600.33
HSL209.76º56.16%42.94%-
HSV(B)209.76º71.93%67.06%-
XYZ14.1514.7240.62-
YUV98.42168.9692.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 110 (43.36% from 255) = 33.43%
BLUE value IS 171 (67.19% from 255) = 51.98%
R=14.59%
G=33.43%
B=51.98%

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
Decimal481101710.720.3600.33209.7656.1642.94
Hex306EAB4824021d2382b
Octal60156253110440413227053
Binary1100001101110101010111001000100100010000111010010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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