#25586C

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

Shades of Chathams Blue #25586C

Tints of Chathams Blue #25586C

Color information

#25586C (or 0x25586C) is unknown color: approx Chathams Blue. HEX triplet: 25, 58 and 6C. RGB value is (37,88,108). Sum of RGB (Red+Green+Blue) = 37+88+108=233 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.88% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #25586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25586C is #DAA793. Grayscale: #4A4A4A. Windows color (decimal): -14329748 or 7100453. OLE color: 7100453.

HSL color Cylindrical-coordinate representation of color #25586C: hue angle of 196.9º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25586C is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3788108-
CMYK0.660.1900.58
HSL196.9º48.97%28.43%-
HSV(B)196.9º65.74%42.35%-
XYZ6.968.4615.45-
YUV75.03146.6100.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.88%
GREEN value IS 88 (34.77% from 255) = 37.77%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=15.88%
G=37.77%
B=46.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37881080.660.1900.58196.948.9728.43
Hex25586C421303Ac5311c
Octal45130154102230723056134
Binary1001011011000110110010000101001101110101100010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,88,108); }

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

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

 a { background-color: rgb(37,88,108); }

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

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

 span { border-color: rgb(37,88,108); }

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