#25556A

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

Shades of Chathams Blue #25556A

Tints of Chathams Blue #25556A

Color information

#25556A (or 0x25556A) is unknown color: approx Chathams Blue. HEX triplet: 25, 55 and 6A. RGB value is (37,85,106). Sum of RGB (Red+Green+Blue) = 37+85+106=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #25556A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25556A is #DAAA95. Grayscale: #484848. Windows color (decimal): -14330518 or 6968613. OLE color: 6968613.

HSL color Cylindrical-coordinate representation of color #25556A: hue angle of 198.26º 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 #25556A is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3785106-
CMYK0.650.2000.58
HSL198.26º48.25%28.04%-
HSV(B)198.26º65.09%41.57%-
XYZ6.617.9314.82-
YUV73.04146.6102.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.23%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 106 (41.80% from 255) = 46.49%
R=16.23%
G=37.28%
B=46.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37851060.650.2000.58198.2648.2528.04
Hex25556A411403Ac6301c
Octal45125152101240723066034
Binary1001011010101110101010000011010001110101100011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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