Html Css Color HEX #25526F Chathams Blue

📋 copy color: '#25526F'

red 37 ◦ green 82 ◦ blue 111

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

Shades of Chathams Blue #25526F

Tints of Chathams Blue #25526F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.26%

R = 16.09%
G = 35.65%
B = 48.26%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#25526F (or 0x25526F) is known color: Chathams Blue. HEX triplet: 25, 52 and 6F. RGB value is (37,82,111). Sum of RGB (Red+Green+Blue) = 37+82+111=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #25526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25526F is #DAAD90. Grayscale: #474747. Windows color (decimal): -14331281 or 7295525. OLE color: 7295525.

HSL color Cylindrical-coordinate representation of color #25526F: hue angle of 203.51º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25526F is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 82 111 -
CMYK 0.67 0.26 0 0.56
HSL 203.51º 0.5% 0.29% -
HSV(B) 203.51º 0.67% 0.44% -
XYZ 6.65 7.58 16.15 -
YUV 71.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 37 82 111 0.67 0.26 0 0.56 203.51 0.5 0.29
Hex 25 52 6F 43 1A 0 38 CC 32 1D
Octal 45 122 157 103 32 0 70 314 62 35
Binary 100101 1010010 1101111 1000011 11010 0 111000 11001100 110010 11101

Color Harmonies of #25526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25526F

Black with #25526F

Text Example


Text Example

White with #25526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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