Html Css Color HEX #221650 Paua

📋 copy color: '#221650'

red 34 ◦ green 22 ◦ blue 80

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

Shades of Paua #221650

Tints of Paua #221650

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.18%

 BLUE value IS 80 (31.64% from 255) = 58.82%

R = 25%
G = 16.18%
B = 58.82%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#221650 (or 0x221650) is known color: Paua. HEX triplet: 22, 16 and 50. RGB value is (34,22,80). Sum of RGB (Red+Green+Blue) = 34+22+80=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 80 (31.64% from 255 or 58.82% from 136); Max value from RGB is 80 - color contains mainly: blue. Hex color #221650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221650 is #DDE9AF. Grayscale: #1F1F1F. Windows color (decimal): -14543280 or 5248546. OLE color: 5248546.

HSL color Cylindrical-coordinate representation of color #221650: hue angle of 252.41º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #221650 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 22 80 -
CMYK 0.58 0.72 0 0.69
HSL 252.41º 0.57% 0.2% -
HSV(B) 252.41º 0.73% 0.31% -
XYZ 2.39 1.49 7.75 -
YUV 32.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 34 22 80 0.58 0.72 0 0.69 252.41 0.57 0.2
Hex 22 16 50 3A 48 0 45 FC 39 14
Octal 42 26 120 72 110 0 105 374 71 24
Binary 100010 10110 1010000 111010 1001000 0 1000101 11111100 111001 10100

Color Harmonies of #221650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221650

Black with #221650

Text Example


Text Example

White with #221650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221650; }

 p { color: rgb(34,22,80); }

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

background-color css

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

 a { background-color: rgb(34,22,80); }

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

border-color css

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

 span { border-color: rgb(34,22,80); }

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