Html Css Color HEX #221553 Paua

📋 copy color: '#221553'

red 34 ◦ green 21 ◦ blue 83

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

Shades of Paua #221553

Tints of Paua #221553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.22%

 BLUE value IS 83 (32.81% from 255) = 60.14%

R = 24.64%
G = 15.22%
B = 60.14%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#221553 (or 0x221553) is known color: Paua. HEX triplet: 22, 15 and 53. RGB value is (34,21,83). Sum of RGB (Red+Green+Blue) = 34+21+83=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #221553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221553 is #DDEAAC. Grayscale: #1F1F1F. Windows color (decimal): -14543533 or 5444898. OLE color: 5444898.

HSL color Cylindrical-coordinate representation of color #221553: hue angle of 252.58º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #221553 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 21 83 -
CMYK 0.59 0.75 0 0.67
HSL 252.58º 0.6% 0.2% -
HSV(B) 252.58º 0.75% 0.33% -
XYZ 2.49 1.5 8.34 -
YUV 31.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 34 21 83 0.59 0.75 0 0.67 252.58 0.6 0.2
Hex 22 15 53 3B 4B 0 43 FD 3C 14
Octal 42 25 123 73 113 0 103 375 74 24
Binary 100010 10101 1010011 111011 1001011 0 1000011 11111101 111100 10100

Color Harmonies of #221553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221553

Black with #221553

Text Example


Text Example

White with #221553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221553; }

 p { color: rgb(34,21,83); }

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

background-color css

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

 a { background-color: rgb(34,21,83); }

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

border-color css

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

 span { border-color: rgb(34,21,83); }

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