Html Css Color HEX #21224E Paua

📋 copy color: '#21224E'

red 33 ◦ green 34 ◦ blue 78

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

Shades of Paua #21224E

Tints of Paua #21224E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 53.79%

R = 22.76%
G = 23.45%
B = 53.79%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#21224E (or 0x21224E) is known color: Paua. HEX triplet: 21, 22 and 4E. RGB value is (33,34,78). Sum of RGB (Red+Green+Blue) = 33+34+78=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #21224E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21224E is #DEDDB1. Grayscale: #262626. Windows color (decimal): -14605746 or 5120545. OLE color: 5120545.

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

Color convert

RGB 33 34 78 -
CMYK 0.58 0.56 0 0.69
HSL 238.67º 0.41% 0.22% -
HSV(B) 238.67º 0.58% 0.31% -
XYZ 2.57 2.02 7.46 -
YUV 38.72 150.17 123.92 -
System Red Green Blue C M Y K H S L
Decimal 33 34 78 0.58 0.56 0 0.69 238.67 0.41 0.22
Hex 21 22 4E 3A 38 0 45 EF 29 16
Octal 41 42 116 72 70 0 105 357 51 26
Binary 100001 100010 1001110 111010 111000 0 1000101 11101111 101001 10110

Color Harmonies of #21224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21224E

Black with #21224E

Text Example


Text Example

White with #21224E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21224E; }

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

 H1.HeaderClassName
 {
   color: #21224E;
 }
 .AnyTagClassName
 {
   color: #21224E;
 }
</style>

background-color css

<style>
 a { background-color: #21224E; }

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

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

border-color css

<style>
 span { border-color: #21224E; }

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

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