Html Css Color HEX #221A49 Paua

📋 copy color: '#221A49'

red 34 ◦ green 26 ◦ blue 73

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

Shades of Paua #221A49

Tints of Paua #221A49

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.55%

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

R = 25.56%
G = 19.55%
B = 54.89%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#221A49 (or 0x221A49) is known color: Paua. HEX triplet: 22, 1A and 49. RGB value is (34,26,73). Sum of RGB (Red+Green+Blue) = 34+26+73=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 73 (28.91% from 255 or 54.89% from 133); Max value from RGB is 73 - color contains mainly: blue. Hex color #221A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221A49 is #DDE5B6. Grayscale: #212121. Windows color (decimal): -14542263 or 4790818. OLE color: 4790818.

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

Color convert

RGB 34 26 73 -
CMYK 0.53 0.64 0 0.71
HSL 250.21º 0.47% 0.19% -
HSV(B) 250.21º 0.64% 0.29% -
XYZ 2.23 1.56 6.49 -
YUV 33.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 34 26 73 0.53 0.64 0 0.71 250.21 0.47 0.19
Hex 22 1A 49 35 40 0 47 FA 2F 13
Octal 42 32 111 65 100 0 107 372 57 23
Binary 100010 11010 1001001 110101 1000000 0 1000111 11111010 101111 10011

Color Harmonies of #221A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221A49

Black with #221A49

Text Example


Text Example

White with #221A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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