Html Css Color HEX #25526D Chathams Blue

📋 copy color: '#25526D'

red 37 ◦ green 82 ◦ blue 109

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

Shades of Chathams Blue #25526D

Tints of Chathams Blue #25526D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.81%

R = 16.23%
G = 35.96%
B = 47.81%

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

#25526D (or 0x25526D) is known color: Chathams Blue. HEX triplet: 25, 52 and 6D. RGB value is (37,82,109). Sum of RGB (Red+Green+Blue) = 37+82+109=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #25526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25526D is #DAAD92. Grayscale: #474747. Windows color (decimal): -14331283 or 7164453. OLE color: 7164453.

HSL color Cylindrical-coordinate representation of color #25526D: hue angle of 202.5º degrees, saturation: 0.49, 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 #25526D is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 82 109 -
CMYK 0.66 0.25 0 0.57
HSL 202.5º 0.49% 0.29% -
HSV(B) 202.5º 0.66% 0.43% -
XYZ 6.54 7.53 15.58 -
YUV 71.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 37 82 109 0.66 0.25 0 0.57 202.5 0.49 0.29
Hex 25 52 6D 42 19 0 39 CA 31 1D
Octal 45 122 155 102 31 0 71 312 61 35
Binary 100101 1010010 1101101 1000010 11001 0 111001 11001010 110001 11101

Color Harmonies of #25526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25526D

Black with #25526D

Text Example


Text Example

White with #25526D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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