Html Css Color HEX #221256 Paua

📋 copy color: '#221256'

red 34 ◦ green 18 ◦ blue 86

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

Shades of Paua #221256

Tints of Paua #221256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.04%

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

R = 24.64%
G = 13.04%
B = 62.32%

CMYK

 C value IS 0.60

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#221256 (or 0x221256) is known color: Paua. HEX triplet: 22, 12 and 56. RGB value is (34,18,86). Sum of RGB (Red+Green+Blue) = 34+18+86=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 86 (33.98% from 255 or 62.32% from 138); Max value from RGB is 86 - color contains mainly: blue. Hex color #221256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221256 is #DDEDA9. Grayscale: #1E1E1E. Windows color (decimal): -14544298 or 5640738. OLE color: 5640738.

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

Color convert

RGB 34 18 86 -
CMYK 0.60 0.79 0 0.66
HSL 254.12º 0.65% 0.2% -
HSV(B) 254.12º 0.79% 0.34% -
XYZ 2.56 1.44 8.95 -
YUV 30.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 34 18 86 0.60 0.79 0 0.66 254.12 0.65 0.2
Hex 22 12 56 3C 4F 0 42 FE 41 14
Octal 42 22 126 74 117 0 102 376 101 24
Binary 100010 10010 1010110 111100 1001111 0 1000010 11111110 1000001 10100

Color Harmonies of #221256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221256

Black with #221256

Text Example


Text Example

White with #221256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221256; }

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

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

background-color css

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

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

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

border-color css

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

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

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