#25747D

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

Shades of Atoll #25747D

Tints of Atoll #25747D

Color information

#25747D (or 0x25747D) is unknown color: approx Atoll. HEX triplet: 25, 74 and 7D. RGB value is (37,116,125). Sum of RGB (Red+Green+Blue) = 37+116+125=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #25747D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25747D is #DA8B82. Grayscale: #5D5D5D. Windows color (decimal): -14322563 or 8221733. OLE color: 8221733.

HSL color Cylindrical-coordinate representation of color #25747D: hue angle of 186.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 #25747D is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB37116125-
CMYK0.700.0700.51
HSL186.14º54.32%31.76%-
HSV(B)186.14º70.4%49.02%-
XYZ10.7114.3621.61-
YUV93.4145.8387.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.31%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 125 (49.22% from 255) = 44.96%
R=13.31%
G=41.73%
B=44.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371161250.700.0700.51186.1454.3231.76
Hex25747D467033ba3620
Octal4516417510670632726640
Binary100101111010011111011000110111011001110111010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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