#307172

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

Shades of Atoll #307172

Tints of Atoll #307172

Color information

#307172 (or 0x307172) is unknown color: approx Atoll. HEX triplet: 30, 71 and 72. RGB value is (48,113,114). Sum of RGB (Red+Green+Blue) = 48+113+114=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #307172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307172 is #CF8E8D. Grayscale: #5D5D5D. Windows color (decimal): -13602446 or 7500080. OLE color: 7500080.

HSL color Cylindrical-coordinate representation of color #307172: hue angle of 180.91º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307172 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB48113114-
CMYK0.580.0100.55
HSL180.91º40.74%31.76%-
HSV(B)180.91º57.89%44.71%-
XYZ10.1613.6518.02-
YUV93.68139.4795.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 114 (44.92% from 255) = 41.45%
R=17.45%
G=41.09%
B=41.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481131140.580.0100.55180.9140.7431.76
Hex3071723A1037b52920
Octal601611627210672655140
Binary110000111000111100101110101011011110110101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307172; }

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

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

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

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

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

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

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

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