Html Css Color HEX #21214D Paua

📋 copy color: '#21214D'

red 33 ◦ green 33 ◦ blue 77

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

Shades of Paua #21214D

Tints of Paua #21214D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.08%

 BLUE value IS 77 (30.47% from 255) = 53.85%

R = 23.08%
G = 23.08%
B = 53.85%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#21214D (or 0x21214D) is known color: Paua. HEX triplet: 21, 21 and 4D. RGB value is (33,33,77). Sum of RGB (Red+Green+Blue) = 33+33+77=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 77 (30.47% from 255 or 53.85% from 143); Max value from RGB is 77 - color contains mainly: blue. Hex color #21214D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21214D is #DEDEB2. Grayscale: #252525. Windows color (decimal): -14606003 or 5054753. OLE color: 5054753.

HSL color Cylindrical-coordinate representation of color #21214D: hue angle of 240º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21214D is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 33 77 -
CMYK 0.57 0.57 0 0.70
HSL 240º 0.4% 0.22% -
HSV(B) 240º 0.57% 0.3% -
XYZ 2.51 1.95 7.26 -
YUV 38.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 33 33 77 0.57 0.57 0 0.70 240 0.4 0.22
Hex 21 21 4D 39 39 0 46 F0 28 16
Octal 41 41 115 71 71 0 106 360 50 26
Binary 100001 100001 1001101 111001 111001 0 1000110 11110000 101000 10110

Color Harmonies of #21214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21214D

Black with #21214D

Text Example


Text Example

White with #21214D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,33,77); }

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

background-color css

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

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

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

border-color css

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

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

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