Html Css Color HEX #21526B Chathams Blue

📋 copy color: '#21526B'

red 33 ◦ green 82 ◦ blue 107

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

Shades of Chathams Blue #21526B

Tints of Chathams Blue #21526B

RGB

 RED value IS 33 (13.28% from 255) = 14.86%

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

 BLUE value IS 107 (42.19% from 255) = 48.2%

R = 14.86%
G = 36.94%
B = 48.2%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#21526B (or 0x21526B) is known color: Chathams Blue. HEX triplet: 21, 52 and 6B. RGB value is (33,82,107). Sum of RGB (Red+Green+Blue) = 33+82+107=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #21526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21526B is #DEAD94. Grayscale: #464646. Windows color (decimal): -14593429 or 7033377. OLE color: 7033377.

HSL color Cylindrical-coordinate representation of color #21526B: hue angle of 200.27º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21526B is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 33 82 107 -
CMYK 0.69 0.23 0 0.58
HSL 200.27º 0.53% 0.27% -
HSV(B) 200.27º 0.69% 0.42% -
XYZ 6.3 7.42 15.01 -
YUV 70.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 33 82 107 0.69 0.23 0 0.58 200.27 0.53 0.27
Hex 21 52 6B 45 17 0 3A C8 35 1B
Octal 41 122 153 105 27 0 72 310 65 33
Binary 100001 1010010 1101011 1000101 10111 0 111010 11001000 110101 11011

Color Harmonies of #21526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21526B

Black with #21526B

Text Example


Text Example

White with #21526B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21526B; }

 p { color: rgb(33,82,107); }

 H1.HeaderClassName
 {
   color: #21526B;
 }
 .AnyTagClassName
 {
   color: #21526B;
 }
</style>

background-color css

<style>
 a { background-color: #21526B; }

 a { background-color: rgb(33,82,107); }

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

border-color css

<style>
 span { border-color: #21526B; }

 span { border-color: rgb(33,82,107); }

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