Html Css Color HEX #21204F Paua

📋 copy color: '#21204F'

red 33 ◦ green 32 ◦ blue 79

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

Shades of Paua #21204F

Tints of Paua #21204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 54.86%

R = 22.92%
G = 22.22%
B = 54.86%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#21204F (or 0x21204F) is known color: Paua. HEX triplet: 21, 20 and 4F. RGB value is (33,32,79). Sum of RGB (Red+Green+Blue) = 33+32+79=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #21204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21204F is #DEDFB0. Grayscale: #252525. Windows color (decimal): -14606257 or 5185569. OLE color: 5185569.

HSL color Cylindrical-coordinate representation of color #21204F: hue angle of 241.28º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #21204F is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 32 79 -
CMYK 0.58 0.59 0 0.69
HSL 241.28º 0.42% 0.22% -
HSV(B) 241.28º 0.59% 0.31% -
XYZ 2.55 1.92 7.63 -
YUV 37.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 33 32 79 0.58 0.59 0 0.69 241.28 0.42 0.22
Hex 21 20 4F 3A 3B 0 45 F1 2A 16
Octal 41 40 117 72 73 0 105 361 52 26
Binary 100001 100000 1001111 111010 111011 0 1000101 11110001 101010 10110

Color Harmonies of #21204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21204F

Black with #21204F

Text Example


Text Example

White with #21204F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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