Html Css Color HEX #221949 Paua

📋 copy color: '#221949'

red 34 ◦ green 25 ◦ blue 73

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

Shades of Paua #221949

Tints of Paua #221949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.94%

 BLUE value IS 73 (28.91% from 255) = 55.3%

R = 25.76%
G = 18.94%
B = 55.3%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#221949 (or 0x221949) is known color: Paua. HEX triplet: 22, 19 and 49. RGB value is (34,25,73). Sum of RGB (Red+Green+Blue) = 34+25+73=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 73 (28.91% from 255 or 55.30% from 132); Max value from RGB is 73 - color contains mainly: blue. Hex color #221949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221949 is #DDE6B6. Grayscale: #202020. Windows color (decimal): -14542519 or 4790562. OLE color: 4790562.

HSL color Cylindrical-coordinate representation of color #221949: hue angle of 251.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #221949 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 34 25 73 -
CMYK 0.53 0.66 0 0.71
HSL 251.25º 0.49% 0.19% -
HSV(B) 251.25º 0.66% 0.29% -
XYZ 2.21 1.52 6.48 -
YUV 33.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 34 25 73 0.53 0.66 0 0.71 251.25 0.49 0.19
Hex 22 19 49 35 42 0 47 FB 31 13
Octal 42 31 111 65 102 0 107 373 61 23
Binary 100010 11001 1001001 110101 1000010 0 1000111 11111011 110001 10011

Color Harmonies of #221949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221949

Black with #221949

Text Example


Text Example

White with #221949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221949; }

 p { color: rgb(34,25,73); }

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

background-color css

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

 a { background-color: rgb(34,25,73); }

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

border-color css

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

 span { border-color: rgb(34,25,73); }

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