#25757D

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

Shades of Atoll #25757D

Tints of Atoll #25757D

Color information

#25757D (or 0x25757D) is unknown color: approx Atoll. HEX triplet: 25, 75 and 7D. RGB value is (37,117,125). Sum of RGB (Red+Green+Blue) = 37+117+125=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #25757D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25757D is #DA8A82. Grayscale: #5D5D5D. Windows color (decimal): -14322307 or 8221989. OLE color: 8221989.

HSL color Cylindrical-coordinate representation of color #25757D: hue angle of 185.45º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25757D is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB37117125-
CMYK0.700.0600.51
HSL185.45º54.32%31.76%-
HSV(B)185.45º70.4%49.02%-
XYZ10.8314.621.65-
YUV93.99145.587.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.26%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 125 (49.22% from 255) = 44.80%
R=13.26%
G=41.94%
B=44.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371171250.700.0600.51185.4554.3231.76
Hex25757D466033b93620
Octal4516517510660632716640
Binary100101111010111111011000110110011001110111001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25757D; }

 p { color: rgb(37,117,125); }

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

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

 a { background-color: rgb(37,117,125); }

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

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

 span { border-color: rgb(37,117,125); }

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