#306E76

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

Shades of Atoll #306E76

Tints of Atoll #306E76

Color information

#306E76 (or 0x306E76) is unknown color: approx Atoll. HEX triplet: 30, 6E and 76. RGB value is (48,110,118). Sum of RGB (Red+Green+Blue) = 48+110+118=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #306E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306E76 is #CF9189. Grayscale: #5C5C5C. Windows color (decimal): -13603210 or 7761456. OLE color: 7761456.

HSL color Cylindrical-coordinate representation of color #306E76: hue angle of 186.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306E76 is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB48110118-
CMYK0.590.0700.54
HSL186.86º42.17%32.55%-
HSV(B)186.86º59.32%46.27%-
XYZ10.0613.0919.14-
YUV92.37142.4696.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 110 (43.36% from 255) = 39.86%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=17.39%
G=39.86%
B=42.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481101180.590.0700.54186.8642.1732.55
Hex306E763B7036bb2a21
Octal601561667370662735241
Binary11000011011101110110111011111011011010111011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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