Html Css Color HEX #22135D Paua

📋 copy color: '#22135D'

red 34 ◦ green 19 ◦ blue 93

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

Shades of Paua #22135D

Tints of Paua #22135D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 63.7%

R = 23.29%
G = 13.01%
B = 63.7%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#22135D (or 0x22135D) is known color: Paua. HEX triplet: 22, 13 and 5D. RGB value is (34,19,93). Sum of RGB (Red+Green+Blue) = 34+19+93=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #22135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22135D is #DDECA2. Grayscale: #1F1F1F. Windows color (decimal): -14544035 or 6099746. OLE color: 6099746.

HSL color Cylindrical-coordinate representation of color #22135D: hue angle of 252.16º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22135D is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 19 93 -
CMYK 0.63 0.80 0 0.64
HSL 252.16º 0.66% 0.22% -
HSV(B) 252.16º 0.8% 0.36% -
XYZ 2.87 1.6 10.51 -
YUV 31.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 34 19 93 0.63 0.80 0 0.64 252.16 0.66 0.22
Hex 22 13 5D 3F 50 0 40 FC 42 16
Octal 42 23 135 77 120 0 100 374 102 26
Binary 100010 10011 1011101 111111 1010000 0 1000000 11111100 1000010 10110

Color Harmonies of #22135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22135D

Black with #22135D

Text Example


Text Example

White with #22135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22135D; }

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

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

background-color css

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

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

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

border-color css

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

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

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