#25808E

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

Shades of Atoll #25808E

Tints of Atoll #25808E

Color information

#25808E (or 0x25808E) is unknown color: approx Atoll. HEX triplet: 25, 80 and 8E. RGB value is (37,128,142). Sum of RGB (Red+Green+Blue) = 37+128+142=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #25808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25808E is #DA7F71. Grayscale: #666666. Windows color (decimal): -14319474 or 9338917. OLE color: 9338917.

HSL color Cylindrical-coordinate representation of color #25808E: hue angle of 188º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25808E is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB37128142-
CMYK0.740.1000.44
HSL188º58.66%35.1%-
HSV(B)188º73.94%55.69%-
XYZ13.3617.7828.32-
YUV102.39150.3581.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.05%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=12.05%
G=41.69%
B=46.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371281420.740.1000.4418858.6635.1
Hex25808E4AA02Cbc3b23
Octal45200216112120542747343
Binary100101100000001000111010010101010010110010111100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25808E; }

 p { color: rgb(37,128,142); }

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

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

 a { background-color: rgb(37,128,142); }

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

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

 span { border-color: rgb(37,128,142); }

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