Html Css Color HEX #221354 Paua

📋 copy color: '#221354'

red 34 ◦ green 19 ◦ blue 84

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

Shades of Paua #221354

Tints of Paua #221354

RGB

 RED value IS 34 (13.67% from 255) = 24.82%

 GREEN value IS 19 (7.81% from 255) = 13.87%

 BLUE value IS 84 (33.2% from 255) = 61.31%

R = 24.82%
G = 13.87%
B = 61.31%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#221354 (or 0x221354) is known color: Paua. HEX triplet: 22, 13 and 54. RGB value is (34,19,84). Sum of RGB (Red+Green+Blue) = 34+19+84=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #221354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221354 is #DDECAB. Grayscale: #1E1E1E. Windows color (decimal): -14544044 or 5509922. OLE color: 5509922.

HSL color Cylindrical-coordinate representation of color #221354: hue angle of 253.85º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #221354 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 19 84 -
CMYK 0.60 0.77 0 0.67
HSL 253.85º 0.63% 0.2% -
HSV(B) 253.85º 0.77% 0.33% -
XYZ 2.49 1.45 8.54 -
YUV 30.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 34 19 84 0.60 0.77 0 0.67 253.85 0.63 0.2
Hex 22 13 54 3C 4D 0 43 FE 3F 14
Octal 42 23 124 74 115 0 103 376 77 24
Binary 100010 10011 1010100 111100 1001101 0 1000011 11111110 111111 10100

Color Harmonies of #221354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221354

Black with #221354

Text Example


Text Example

White with #221354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221354; }

 p { color: rgb(34,19,84); }

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

background-color css

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

 a { background-color: rgb(34,19,84); }

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

border-color css

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

 span { border-color: rgb(34,19,84); }

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