Html Css Color HEX #221E51 Paua

📋 copy color: '#221E51'

red 34 ◦ green 30 ◦ blue 81

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

Shades of Paua #221E51

Tints of Paua #221E51

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.69%

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

R = 23.45%
G = 20.69%
B = 55.86%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#221E51 (or 0x221E51) is known color: Paua. HEX triplet: 22, 1E and 51. RGB value is (34,30,81). Sum of RGB (Red+Green+Blue) = 34+30+81=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #221E51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E51 is #DDE1AE. Grayscale: #242424. Windows color (decimal): -14541231 or 5316130. OLE color: 5316130.

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

Color convert

RGB 34 30 81 -
CMYK 0.58 0.63 0 0.68
HSL 244.71º 0.46% 0.22% -
HSV(B) 244.71º 0.63% 0.32% -
XYZ 2.61 1.86 8.01 -
YUV 37.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 34 30 81 0.58 0.63 0 0.68 244.71 0.46 0.22
Hex 22 1E 51 3A 3F 0 44 F5 2E 16
Octal 42 36 121 72 77 0 104 365 56 26
Binary 100010 11110 1010001 111010 111111 0 1000100 11110101 101110 10110

Color Harmonies of #221E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221E51

Black with #221E51

Text Example


Text Example

White with #221E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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