Html Css Color HEX #221F51 Paua

📋 copy color: '#221F51'

red 34 ◦ green 31 ◦ blue 81

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

Shades of Paua #221F51

Tints of Paua #221F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 55.48%

R = 23.29%
G = 21.23%
B = 55.48%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#221F51 (or 0x221F51) is known color: Paua. HEX triplet: 22, 1F and 51. RGB value is (34,31,81). Sum of RGB (Red+Green+Blue) = 34+31+81=146 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.29% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 81 (32.03% from 255 or 55.48% from 146); Max value from RGB is 81 - color contains mainly: blue. Hex color #221F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221F51 is #DDE0AE. Grayscale: #252525. Windows color (decimal): -14540975 or 5316386. OLE color: 5316386.

HSL color Cylindrical-coordinate representation of color #221F51: hue angle of 243.6º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #221F51 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 31 81 -
CMYK 0.58 0.62 0 0.68
HSL 243.6º 0.45% 0.22% -
HSV(B) 243.6º 0.62% 0.32% -
XYZ 2.63 1.91 8.02 -
YUV 37.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 34 31 81 0.58 0.62 0 0.68 243.6 0.45 0.22
Hex 22 1F 51 3A 3E 0 44 F4 2D 16
Octal 42 37 121 72 76 0 104 364 55 26
Binary 100010 11111 1010001 111010 111110 0 1000100 11110100 101101 10110

Color Harmonies of #221F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F51

Black with #221F51

Text Example


Text Example

White with #221F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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