Html Css Color HEX #221959 Paua

📋 copy color: '#221959'

red 34 ◦ green 25 ◦ blue 89

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

Shades of Paua #221959

Tints of Paua #221959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.89%

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

R = 22.97%
G = 16.89%
B = 60.14%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#221959 (or 0x221959) is known color: Paua. HEX triplet: 22, 19 and 59. RGB value is (34,25,89). Sum of RGB (Red+Green+Blue) = 34+25+89=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #221959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221959 is #DDE6A6. Grayscale: #222222. Windows color (decimal): -14542503 or 5839138. OLE color: 5839138.

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

Color convert

RGB 34 25 89 -
CMYK 0.62 0.72 0 0.65
HSL 248.44º 0.56% 0.22% -
HSV(B) 248.44º 0.72% 0.35% -
XYZ 2.81 1.76 9.64 -
YUV 34.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 34 25 89 0.62 0.72 0 0.65 248.44 0.56 0.22
Hex 22 19 59 3E 48 0 41 F8 38 16
Octal 42 31 131 76 110 0 101 370 70 26
Binary 100010 11001 1011001 111110 1001000 0 1000001 11111000 111000 10110

Color Harmonies of #221959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221959

Black with #221959

Text Example


Text Example

White with #221959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221959; }

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

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

background-color css

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

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

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

border-color css

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

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

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