#307176

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

Shades of Atoll #307176

Tints of Atoll #307176

Color information

#307176 (or 0x307176) is unknown color: approx Atoll. HEX triplet: 30, 71 and 76. RGB value is (48,113,118). Sum of RGB (Red+Green+Blue) = 48+113+118=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #307176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307176 is #CF8E89. Grayscale: #5E5E5E. Windows color (decimal): -13602442 or 7762224. OLE color: 7762224.

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

Color convert

RGB48113118-
CMYK0.590.0400.54
HSL184.29º42.17%32.55%-
HSV(B)184.29º59.32%46.27%-
XYZ10.3913.7519.25-
YUV94.14141.4795.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 113 (44.53% from 255) = 40.50%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=17.20%
G=40.50%
B=42.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481131180.590.0400.54184.2942.1732.55
Hex3071763B4036b82a21
Octal601611667340662705241
Binary11000011100011110110111011100011011010111000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307176; }

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

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

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

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

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

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

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

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