Html Css Color HEX #25526E Chathams Blue

📋 copy color: '#25526E'

red 37 ◦ green 82 ◦ blue 110

#25526E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #25526E

Tints of Chathams Blue #25526E

RGB

 RED value IS 37 (14.84% from 255) = 16.16%

 GREEN value IS 82 (32.42% from 255) = 35.81%

 BLUE value IS 110 (43.36% from 255) = 48.03%

R = 16.16%
G = 35.81%
B = 48.03%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25526E (or 0x25526E) is known color: Chathams Blue. HEX triplet: 25, 52 and 6E. RGB value is (37,82,110). Sum of RGB (Red+Green+Blue) = 37+82+110=229 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.16% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 110 - color contains mainly: blue. Hex color #25526E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25526E is #DAAD91. Grayscale: #474747. Windows color (decimal): -14331282 or 7229989. OLE color: 7229989.

HSL color Cylindrical-coordinate representation of color #25526E: hue angle of 203.01º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25526E is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 82 110 -
CMYK 0.66 0.25 0 0.57
HSL 203.01º 0.5% 0.29% -
HSV(B) 203.01º 0.66% 0.43% -
XYZ 6.59 7.55 15.86 -
YUV 71.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 37 82 110 0.66 0.25 0 0.57 203.01 0.5 0.29
Hex 25 52 6E 42 19 0 39 CB 32 1D
Octal 45 122 156 102 31 0 71 313 62 35
Binary 100101 1010010 1101110 1000010 11001 0 111001 11001011 110010 11101

Color Harmonies of #25526E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25526E

Black with #25526E

Text Example


Text Example

White with #25526E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25526E; }

 p { color: rgb(37,82,110); }

 H1.HeaderClassName
 {
   color: #25526E;
 }
 .AnyTagClassName
 {
   color: #25526E;
 }
</style>

background-color css

<style>
 a { background-color: #25526E; }

 a { background-color: rgb(37,82,110); }

 div.DivClassName
 {
   background-color: #25526E;
 }
 .BgClassName
 {
   background-color: #25526E;
 }
</style>

border-color css

<style>
 span { border-color: #25526E; }

 span { border-color: rgb(37,82,110); }

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