Html Css Color HEX #221B49 Paua

📋 copy color: '#221B49'

red 34 ◦ green 27 ◦ blue 73

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

Shades of Paua #221B49

Tints of Paua #221B49

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.15%

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

R = 25.37%
G = 20.15%
B = 54.48%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#221B49 (or 0x221B49) is known color: Paua. HEX triplet: 22, 1B and 49. RGB value is (34,27,73). Sum of RGB (Red+Green+Blue) = 34+27+73=134 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.37% from 134); Green value is 27 (10.94% from 255 or 20.15% from 134); Blue value is 73 (28.91% from 255 or 54.48% from 134); Max value from RGB is 73 - color contains mainly: blue. Hex color #221B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B49 is #DDE4B6. Grayscale: #222222. Windows color (decimal): -14542007 or 4791074. OLE color: 4791074.

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

Color convert

RGB 34 27 73 -
CMYK 0.53 0.63 0 0.71
HSL 249.13º 0.46% 0.2% -
HSV(B) 249.13º 0.63% 0.29% -
XYZ 2.25 1.6 6.49 -
YUV 34.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 34 27 73 0.53 0.63 0 0.71 249.13 0.46 0.2
Hex 22 1B 49 35 3F 0 47 F9 2E 14
Octal 42 33 111 65 77 0 107 371 56 24
Binary 100010 11011 1001001 110101 111111 0 1000111 11111001 101110 10100

Color Harmonies of #221B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221B49

Black with #221B49

Text Example


Text Example

White with #221B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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