#257884

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

Shades of Atoll #257884

Tints of Atoll #257884

Color information

#257884 (or 0x257884) is unknown color: approx Atoll. HEX triplet: 25, 78 and 84. RGB value is (37,120,132). Sum of RGB (Red+Green+Blue) = 37+120+132=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #257884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257884 is #DA877B. Grayscale: #606060. Windows color (decimal): -14321532 or 8681509. OLE color: 8681509.

HSL color Cylindrical-coordinate representation of color #257884: hue angle of 187.58º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #257884 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB37120132-
CMYK0.720.0900.48
HSL187.58º56.21%33.14%-
HSV(B)187.58º71.97%51.76%-
XYZ11.6415.4924.21-
YUV96.5514885.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.80%
GREEN value IS 120 (47.27% from 255) = 41.52%
BLUE value IS 132 (51.95% from 255) = 45.67%
R=12.80%
G=41.52%
B=45.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371201320.720.0900.48187.5856.2133.14
Hex257884489030bc3821
Octal45170204110110602747041
Binary10010111110001000010010010001001011000010111100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257884; }

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

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

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

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

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

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

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

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