Html Css Color HEX #21225F Paua

📋 copy color: '#21225F'

red 33 ◦ green 34 ◦ blue 95

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

Shades of Paua #21225F

Tints of Paua #21225F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.99%

 BLUE value IS 95 (37.5% from 255) = 58.64%

R = 20.37%
G = 20.99%
B = 58.64%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#21225F (or 0x21225F) is known color: Paua. HEX triplet: 21, 22 and 5F. RGB value is (33,34,95). Sum of RGB (Red+Green+Blue) = 33+34+95=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #21225F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21225F is #DEDDA0. Grayscale: #282828. Windows color (decimal): -14605729 or 6234657. OLE color: 6234657.

HSL color Cylindrical-coordinate representation of color #21225F: hue angle of 239.03º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21225F is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 33 34 95 -
CMYK 0.65 0.64 0 0.63
HSL 239.03º 0.48% 0.25% -
HSV(B) 239.03º 0.65% 0.37% -
XYZ 3.26 2.29 11.1 -
YUV 40.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 33 34 95 0.65 0.64 0 0.63 239.03 0.48 0.25
Hex 21 22 5F 41 40 0 3F EF 30 19
Octal 41 42 137 101 100 0 77 357 60 31
Binary 100001 100010 1011111 1000001 1000000 0 111111 11101111 110000 11001

Color Harmonies of #21225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21225F

Black with #21225F

Text Example


Text Example

White with #21225F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,34,95); }

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

background-color css

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

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

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

border-color css

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

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

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