#257885

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

Shades of Atoll #257885

Tints of Atoll #257885

Color information

#257885 (or 0x257885) is unknown color: approx Atoll. HEX triplet: 25, 78 and 85. RGB value is (37,120,133). Sum of RGB (Red+Green+Blue) = 37+120+133=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #257885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257885 is #DA877A. Grayscale: #606060. Windows color (decimal): -14321531 or 8747045. OLE color: 8747045.

HSL color Cylindrical-coordinate representation of color #257885: hue angle of 188.12º 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 #257885 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB37120133-
CMYK0.720.1000.48
HSL188.12º56.47%33.33%-
HSV(B)188.12º72.18%52.16%-
XYZ11.7115.5224.57-
YUV96.66148.585.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.76%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 133 (52.34% from 255) = 45.86%
R=12.76%
G=41.38%
B=45.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371201330.720.1000.48188.1256.4733.33
Hex25788548A030bc3821
Octal45170205110120602747041
Binary10010111110001000010110010001010011000010111100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257885; }

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

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

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

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

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

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

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

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