Html Css Color HEX #221551 Paua

📋 copy color: '#221551'

red 34 ◦ green 21 ◦ blue 81

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

Shades of Paua #221551

Tints of Paua #221551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 59.56%

R = 25%
G = 15.44%
B = 59.56%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#221551 (or 0x221551) is known color: Paua. HEX triplet: 22, 15 and 51. RGB value is (34,21,81). Sum of RGB (Red+Green+Blue) = 34+21+81=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #221551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221551 is #DDEAAE. Grayscale: #1F1F1F. Windows color (decimal): -14543535 or 5313826. OLE color: 5313826.

HSL color Cylindrical-coordinate representation of color #221551: hue angle of 253º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #221551 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 21 81 -
CMYK 0.58 0.74 0 0.68
HSL 253º 0.59% 0.2% -
HSV(B) 253º 0.74% 0.32% -
XYZ 2.41 1.47 7.94 -
YUV 31.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 34 21 81 0.58 0.74 0 0.68 253 0.59 0.2
Hex 22 15 51 3A 4A 0 44 FD 3B 14
Octal 42 25 121 72 112 0 104 375 73 24
Binary 100010 10101 1010001 111010 1001010 0 1000100 11111101 111011 10100

Color Harmonies of #221551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221551

Black with #221551

Text Example


Text Example

White with #221551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221551; }

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

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

background-color css

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

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

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

border-color css

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

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

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