#1F7377

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

Shades of Atoll #1F7377

Tints of Atoll #1F7377

Color information

#1F7377 (or 0x1F7377) is unknown color: approx Atoll. HEX triplet: 1F, 73 and 77. RGB value is (31,115,119). Sum of RGB (Red+Green+Blue) = 31+115+119=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F7377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7377 is #E08C88. Grayscale: #5A5A5A. Windows color (decimal): -14716041 or 7828255. OLE color: 7828255.

HSL color Cylindrical-coordinate representation of color #1F7377: hue angle of 182.73º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7377 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB31115119-
CMYK0.740.0300.53
HSL182.73º58.67%29.41%-
HSV(B)182.73º73.95%46.67%-
XYZ10.0313.8819.6-
YUV90.34144.1785.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.70%
GREEN value IS 115 (45.31% from 255) = 43.40%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=11.70%
G=43.40%
B=44.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311151190.740.0300.53182.7358.6729.41
Hex1F73774A3035b73b1d
Octal3716316711230652677335
Binary111111110011111011110010101101101011011011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F7377; }

 p { color: rgb(31,115,119); }

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

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

 a { background-color: rgb(31,115,119); }

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

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

 span { border-color: rgb(31,115,119); }

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