#307173

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

Shades of Atoll #307173

Tints of Atoll #307173

Color information

#307173 (or 0x307173) is unknown color: approx Atoll. HEX triplet: 30, 71 and 73. RGB value is (48,113,115). Sum of RGB (Red+Green+Blue) = 48+113+115=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #307173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307173 is #CF8E8C. Grayscale: #5D5D5D. Windows color (decimal): -13602445 or 7565616. OLE color: 7565616.

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

Color convert

RGB48113115-
CMYK0.580.0200.55
HSL181.79º41.1%31.96%-
HSV(B)181.79º58.26%45.1%-
XYZ10.2213.6818.32-
YUV93.79139.9795.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=17.39%
G=40.94%
B=41.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481131150.580.0200.55181.7941.131.96
Hex3071733A2037b62920
Octal601611637220672665140
Binary1100001110001111001111101010011011110110110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307173; }

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

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

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

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

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

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

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

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