#258884

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

Shades of Atoll #258884

Tints of Atoll #258884

Color information

#258884 (or 0x258884) is unknown color: approx Atoll. HEX triplet: 25, 88 and 84. RGB value is (37,136,132). Sum of RGB (Red+Green+Blue) = 37+136+132=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #258884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258884 is #DA777B. Grayscale: #696969. Windows color (decimal): -14317436 or 8685605. OLE color: 8685605.

HSL color Cylindrical-coordinate representation of color #258884: hue angle of 177.58º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #258884 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB37136132-
CMYK0.7300.030.47
HSL177.58º57.23%33.92%-
HSV(B)177.58º72.79%53.33%-
XYZ13.7319.6724.9-
YUV105.94142.778.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.13%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=12.13%
G=44.59%
B=43.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371361320.7300.030.47177.5857.2333.92
Hex25888449032Fb23922
Octal4521020411103572627142
Binary1001011000100010000100100100101110111110110010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258884; }

 p { color: rgb(37,136,132); }

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

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

 a { background-color: rgb(37,136,132); }

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

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

 span { border-color: rgb(37,136,132); }

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