#307476

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

Shades of Atoll #307476

Tints of Atoll #307476

Color information

#307476 (or 0x307476) is unknown color: approx Atoll. HEX triplet: 30, 74 and 76. RGB value is (48,116,118). Sum of RGB (Red+Green+Blue) = 48+116+118=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #307476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307476 is #CF8B89. Grayscale: #5F5F5F. Windows color (decimal): -13601674 or 7762992. OLE color: 7762992.

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

Color convert

RGB48116118-
CMYK0.590.0200.54
HSL181.71º42.17%32.55%-
HSV(B)181.71º59.32%46.27%-
XYZ10.7314.4319.36-
YUV95.9140.4793.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.02%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=17.02%
G=41.13%
B=41.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481161180.590.0200.54181.7142.1732.55
Hex3074763B2036b62a21
Octal601641667320662665241
Binary1100001110100111011011101110011011010110110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307476; }

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

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

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

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

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

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

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

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