Html Css Color HEX #221759 Paua

📋 copy color: '#221759'

red 34 ◦ green 23 ◦ blue 89

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

Shades of Paua #221759

Tints of Paua #221759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.75%

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

R = 23.29%
G = 15.75%
B = 60.96%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#221759 (or 0x221759) is known color: Paua. HEX triplet: 22, 17 and 59. RGB value is (34,23,89). Sum of RGB (Red+Green+Blue) = 34+23+89=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 89 (35.16% from 255 or 60.96% from 146); Max value from RGB is 89 - color contains mainly: blue. Hex color #221759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221759 is #DDE8A6. Grayscale: #212121. Windows color (decimal): -14543015 or 5838626. OLE color: 5838626.

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

Color convert

RGB 34 23 89 -
CMYK 0.62 0.74 0 0.65
HSL 250º 0.59% 0.22% -
HSV(B) 250º 0.74% 0.35% -
XYZ 2.77 1.67 9.63 -
YUV 33.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 34 23 89 0.62 0.74 0 0.65 250 0.59 0.22
Hex 22 17 59 3E 4A 0 41 FA 3B 16
Octal 42 27 131 76 112 0 101 372 73 26
Binary 100010 10111 1011001 111110 1001010 0 1000001 11111010 111011 10110

Color Harmonies of #221759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221759

Black with #221759

Text Example


Text Example

White with #221759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221759; }

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

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

background-color css

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

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

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

border-color css

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

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

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