#307171

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

Shades of Atoll #307171

Tints of Atoll #307171

Color information

#307171 (or 0x307171) is unknown color: approx Atoll. HEX triplet: 30, 71 and 71. RGB value is (48,113,113). Sum of RGB (Red+Green+Blue) = 48+113+113=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #307171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307171 is #CF8E8E. Grayscale: #5D5D5D. Windows color (decimal): -13602447 or 7434544. OLE color: 7434544.

HSL color Cylindrical-coordinate representation of color #307171: hue angle of 180º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #307171 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB48113113-
CMYK0.58000.56
HSL180º40.37%31.57%-
HSV(B)180º57.52%44.31%-
XYZ10.113.6317.72-
YUV93.57138.9795.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 113 (44.53% from 255) = 41.24%
BLUE value IS 113 (44.53% from 255) = 41.24%
R=17.52%
G=41.24%
B=41.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal481131130.58000.5618040.3731.57
Hex3071713A0038b42820
Octal601611617200702645040
Binary110000111000111100011110100011100010110100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307171; }

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

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

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

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

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

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

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

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