Html Css Color HEX #21204B Paua

📋 copy color: '#21204B'

red 33 ◦ green 32 ◦ blue 75

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

Shades of Paua #21204B

Tints of Paua #21204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.86%

 BLUE value IS 75 (29.69% from 255) = 53.57%

R = 23.57%
G = 22.86%
B = 53.57%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#21204B (or 0x21204B) is known color: Paua. HEX triplet: 21, 20 and 4B. RGB value is (33,32,75). Sum of RGB (Red+Green+Blue) = 33+32+75=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 75 (29.69% from 255 or 53.57% from 140); Max value from RGB is 75 - color contains mainly: blue. Hex color #21204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21204B is #DEDFB4. Grayscale: #252525. Windows color (decimal): -14606261 or 4923425. OLE color: 4923425.

HSL color Cylindrical-coordinate representation of color #21204B: hue angle of 241.4º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21204B is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 32 75 -
CMYK 0.56 0.57 0 0.71
HSL 241.4º 0.4% 0.21% -
HSV(B) 241.4º 0.57% 0.29% -
XYZ 2.41 1.86 6.89 -
YUV 37.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 33 32 75 0.56 0.57 0 0.71 241.4 0.4 0.21
Hex 21 20 4B 38 39 0 47 F1 28 15
Octal 41 40 113 70 71 0 107 361 50 25
Binary 100001 100000 1001011 111000 111001 0 1000111 11110001 101000 10101

Color Harmonies of #21204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21204B

Black with #21204B

Text Example


Text Example

White with #21204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,32,75); }

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

background-color css

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

 a { background-color: rgb(33,32,75); }

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

border-color css

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

 span { border-color: rgb(33,32,75); }

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