#25536A

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

Shades of Chathams Blue #25536A

Tints of Chathams Blue #25536A

Color information

#25536A (or 0x25536A) is unknown color: approx Chathams Blue. HEX triplet: 25, 53 and 6A. RGB value is (37,83,106). Sum of RGB (Red+Green+Blue) = 37+83+106=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #25536A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25536A is #DAAC95. Grayscale: #474747. Windows color (decimal): -14331030 or 6968101. OLE color: 6968101.

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

Color convert

RGB3783106-
CMYK0.650.2200.58
HSL200º48.25%28.04%-
HSV(B)200º65.09%41.57%-
XYZ6.467.6214.77-
YUV71.87147.26103.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 106 (41.80% from 255) = 46.90%
R=16.37%
G=36.73%
B=46.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37831060.650.2200.5820048.2528.04
Hex25536A411603Ac8301c
Octal45123152101260723106034
Binary1001011010011110101010000011011001110101100100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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