Html Css Color HEX #221F54 Paua

📋 copy color: '#221F54'

red 34 ◦ green 31 ◦ blue 84

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

Shades of Paua #221F54

Tints of Paua #221F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 56.38%

R = 22.82%
G = 20.81%
B = 56.38%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#221F54 (or 0x221F54) is known color: Paua. HEX triplet: 22, 1F and 54. RGB value is (34,31,84). Sum of RGB (Red+Green+Blue) = 34+31+84=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 84 (33.20% from 255 or 56.38% from 149); Max value from RGB is 84 - color contains mainly: blue. Hex color #221F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221F54 is #DDE0AB. Grayscale: #252525. Windows color (decimal): -14540972 or 5512994. OLE color: 5512994.

HSL color Cylindrical-coordinate representation of color #221F54: hue angle of 243.4º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #221F54 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 31 84 -
CMYK 0.60 0.63 0 0.67
HSL 243.4º 0.46% 0.23% -
HSV(B) 243.4º 0.63% 0.33% -
XYZ 2.75 1.96 8.62 -
YUV 37.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 34 31 84 0.60 0.63 0 0.67 243.4 0.46 0.23
Hex 22 1F 54 3C 3F 0 43 F3 2E 17
Octal 42 37 124 74 77 0 103 363 56 27
Binary 100010 11111 1010100 111100 111111 0 1000011 11110011 101110 10111

Color Harmonies of #221F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F54

Black with #221F54

Text Example


Text Example

White with #221F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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