#25506A

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

Shades of Chathams Blue #25506A

Tints of Chathams Blue #25506A

Color information

#25506A (or 0x25506A) is unknown color: approx Chathams Blue. HEX triplet: 25, 50 and 6A. RGB value is (37,80,106). Sum of RGB (Red+Green+Blue) = 37+80+106=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 106 - color contains mainly: blue. Hex color #25506A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25506A is #DAAF95. Grayscale: #454545. Windows color (decimal): -14331798 or 6967333. OLE color: 6967333.

HSL color Cylindrical-coordinate representation of color #25506A: hue angle of 202.61º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25506A is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3780106-
CMYK0.650.2500.58
HSL202.61º48.25%28.04%-
HSV(B)202.61º65.09%41.57%-
XYZ6.237.1714.69-
YUV70.11148.25104.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 106 (41.80% from 255) = 47.53%
R=16.59%
G=35.87%
B=47.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37801060.650.2500.58202.6148.2528.04
Hex25506A411903Acb301c
Octal45120152101310723136034
Binary1001011010000110101010000011100101110101100101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25506A; }

 p { color: rgb(37,80,106); }

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

<style>
 a { background-color: #25506A; }

 a { background-color: rgb(37,80,106); }

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

<style>
 span { border-color: #25506A; }

 span { border-color: rgb(37,80,106); }

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