#1F8384

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

Shades of Atoll #1F8384

Tints of Atoll #1F8384

Color information

#1F8384 (or 0x1F8384) is unknown color: approx Atoll. HEX triplet: 1F, 83 and 84. RGB value is (31,131,132). Sum of RGB (Red+Green+Blue) = 31+131+132=294 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.54% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #1F8384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8384 is #E07C7B. Grayscale: #656565. Windows color (decimal): -14711932 or 8684319. OLE color: 8684319.

HSL color Cylindrical-coordinate representation of color #1F8384: hue angle of 180.59º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8384 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB31131132-
CMYK0.770.0100.48
HSL180.59º61.96%31.96%-
HSV(B)180.59º76.52%51.76%-
XYZ12.8518.1924.66-
YUV101.21145.3777.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.54%
GREEN value IS 131 (51.56% from 255) = 44.56%
BLUE value IS 132 (51.95% from 255) = 44.90%
R=10.54%
G=44.56%
B=44.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal311311320.770.0100.48180.5961.9631.96
Hex1F83844D1030b53e20
Octal3720320411510602657640
Binary11111100000111000010010011011011000010110101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,131,132); }

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

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

 a { background-color: rgb(31,131,132); }

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

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

 span { border-color: rgb(31,131,132); }

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