#25767C

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

Shades of Atoll #25767C

Tints of Atoll #25767C

Color information

#25767C (or 0x25767C) is unknown color: approx Atoll. HEX triplet: 25, 76 and 7C. RGB value is (37,118,124). Sum of RGB (Red+Green+Blue) = 37+118+124=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #25767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25767C is #DA8983. Grayscale: #5E5E5E. Windows color (decimal): -14322052 or 8156709. OLE color: 8156709.

HSL color Cylindrical-coordinate representation of color #25767C: hue angle of 184.14º 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 #25767C is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB37118124-
CMYK0.700.0500.51
HSL184.14º54.04%31.57%-
HSV(B)184.14º70.16%48.63%-
XYZ10.8814.8121.35-
YUV94.46144.6687.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.26%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=13.26%
G=42.29%
B=44.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371181240.700.0500.51184.1454.0431.57
Hex25767C465033b83620
Octal4516617410650632706640
Binary100101111011011111001000110101011001110111000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25767C; }

 p { color: rgb(37,118,124); }

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

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

 a { background-color: rgb(37,118,124); }

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

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

 span { border-color: rgb(37,118,124); }

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