Html Css Color HEX #21204C Paua

📋 copy color: '#21204C'

red 33 ◦ green 32 ◦ blue 76

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

Shades of Paua #21204C

Tints of Paua #21204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 53.9%

R = 23.4%
G = 22.7%
B = 53.9%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21204C (or 0x21204C) is known color: Paua. HEX triplet: 21, 20 and 4C. RGB value is (33,32,76). Sum of RGB (Red+Green+Blue) = 33+32+76=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 76 (30.08% from 255 or 53.90% from 141); Max value from RGB is 76 - color contains mainly: blue. Hex color #21204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21204C is #DEDFB3. Grayscale: #252525. Windows color (decimal): -14606260 or 4988961. OLE color: 4988961.

HSL color Cylindrical-coordinate representation of color #21204C: hue angle of 241.36º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21204C is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 32 76 -
CMYK 0.57 0.58 0 0.70
HSL 241.36º 0.41% 0.21% -
HSV(B) 241.36º 0.58% 0.3% -
XYZ 2.45 1.88 7.07 -
YUV 37.32 149.83 124.92 -
System Red Green Blue C M Y K H S L
Decimal 33 32 76 0.57 0.58 0 0.70 241.36 0.41 0.21
Hex 21 20 4C 39 3A 0 46 F1 29 15
Octal 41 40 114 71 72 0 106 361 51 25
Binary 100001 100000 1001100 111001 111010 0 1000110 11110001 101001 10101

Color Harmonies of #21204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21204C

Black with #21204C

Text Example


Text Example

White with #21204C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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