Html Css Color HEX #221756 Paua

📋 copy color: '#221756'

red 34 ◦ green 23 ◦ blue 86

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

Shades of Paua #221756

Tints of Paua #221756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 60.14%

R = 23.78%
G = 16.08%
B = 60.14%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#221756 (or 0x221756) is known color: Paua. HEX triplet: 22, 17 and 56. RGB value is (34,23,86). Sum of RGB (Red+Green+Blue) = 34+23+86=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #221756 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221756 is #DDE8A9. Grayscale: #212121. Windows color (decimal): -14543018 or 5642018. OLE color: 5642018.

HSL color Cylindrical-coordinate representation of color #221756: hue angle of 250.48º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #221756 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 34 23 86 -
CMYK 0.60 0.73 0 0.66
HSL 250.48º 0.58% 0.21% -
HSV(B) 250.48º 0.73% 0.34% -
XYZ 2.65 1.62 8.98 -
YUV 33.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 34 23 86 0.60 0.73 0 0.66 250.48 0.58 0.21
Hex 22 17 56 3C 49 0 42 FA 3A 15
Octal 42 27 126 74 111 0 102 372 72 25
Binary 100010 10111 1010110 111100 1001001 0 1000010 11111010 111010 10101

Color Harmonies of #221756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221756

Black with #221756

Text Example


Text Example

White with #221756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221756; }

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

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

background-color css

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

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

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

border-color css

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

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

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