#306F76

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

Shades of Atoll #306F76

Tints of Atoll #306F76

Color information

#306F76 (or 0x306F76) is unknown color: approx Atoll. HEX triplet: 30, 6F and 76. RGB value is (48,111,118). Sum of RGB (Red+Green+Blue) = 48+111+118=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #306F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F76 is #CF9089. Grayscale: #5C5C5C. Windows color (decimal): -13602954 or 7761712. OLE color: 7761712.

HSL color Cylindrical-coordinate representation of color #306F76: hue angle of 186º 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 #306F76 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB48111118-
CMYK0.590.0600.54
HSL186º42.17%32.55%-
HSV(B)186º59.32%46.27%-
XYZ10.1713.3119.17-
YUV92.96142.1395.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 111 (43.75% from 255) = 40.07%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=17.33%
G=40.07%
B=42.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481111180.590.0600.5418642.1732.55
Hex306F763B6036ba2a21
Octal601571667360662725241
Binary11000011011111110110111011110011011010111010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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