Html Css Color HEX #221F48 Paua

📋 copy color: '#221F48'

red 34 ◦ green 31 ◦ blue 72

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

Shades of Paua #221F48

Tints of Paua #221F48

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.63%

 BLUE value IS 72 (28.52% from 255) = 52.55%

R = 24.82%
G = 22.63%
B = 52.55%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#221F48 (or 0x221F48) is known color: Paua. HEX triplet: 22, 1F and 48. RGB value is (34,31,72). Sum of RGB (Red+Green+Blue) = 34+31+72=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #221F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221F48 is #DDE0B7. Grayscale: #242424. Windows color (decimal): -14540984 or 4726562. OLE color: 4726562.

HSL color Cylindrical-coordinate representation of color #221F48: hue angle of 244.39º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #221F48 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 34 31 72 -
CMYK 0.53 0.57 0 0.72
HSL 244.39º 0.4% 0.2% -
HSV(B) 244.39º 0.57% 0.28% -
XYZ 2.32 1.79 6.35 -
YUV 36.57 147.99 126.17 -
System Red Green Blue C M Y K H S L
Decimal 34 31 72 0.53 0.57 0 0.72 244.39 0.4 0.2
Hex 22 1F 48 35 39 0 48 F4 28 14
Octal 42 37 110 65 71 0 110 364 50 24
Binary 100010 11111 1001000 110101 111001 0 1001000 11110100 101000 10100

Color Harmonies of #221F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F48

Black with #221F48

Text Example


Text Example

White with #221F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,31,72); }

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

background-color css

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

 a { background-color: rgb(34,31,72); }

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

border-color css

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

 span { border-color: rgb(34,31,72); }

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