Html Css Color HEX #221359 Paua

📋 copy color: '#221359'

red 34 ◦ green 19 ◦ blue 89

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

Shades of Paua #221359

Tints of Paua #221359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 62.68%

R = 23.94%
G = 13.38%
B = 62.68%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#221359 (or 0x221359) is known color: Paua. HEX triplet: 22, 13 and 59. RGB value is (34,19,89). Sum of RGB (Red+Green+Blue) = 34+19+89=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 89 (35.16% from 255 or 62.68% from 142); Max value from RGB is 89 - color contains mainly: blue. Hex color #221359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221359 is #DDECA6. Grayscale: #1F1F1F. Windows color (decimal): -14544039 or 5837602. OLE color: 5837602.

HSL color Cylindrical-coordinate representation of color #221359: hue angle of 252.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #221359 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 19 89 -
CMYK 0.62 0.79 0 0.65
HSL 252.86º 0.65% 0.21% -
HSV(B) 252.86º 0.79% 0.35% -
XYZ 2.7 1.53 9.6 -
YUV 31.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 34 19 89 0.62 0.79 0 0.65 252.86 0.65 0.21
Hex 22 13 59 3E 4F 0 41 FD 41 15
Octal 42 23 131 76 117 0 101 375 101 25
Binary 100010 10011 1011001 111110 1001111 0 1000001 11111101 1000001 10101

Color Harmonies of #221359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221359

Black with #221359

Text Example


Text Example

White with #221359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221359; }

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

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

background-color css

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

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

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

border-color css

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

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

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