Html Css Color HEX #221F53 Paua

📋 copy color: '#221F53'

red 34 ◦ green 31 ◦ blue 83

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

Shades of Paua #221F53

Tints of Paua #221F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 56.08%

R = 22.97%
G = 20.95%
B = 56.08%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#221F53 (or 0x221F53) is known color: Paua. HEX triplet: 22, 1F and 53. RGB value is (34,31,83). Sum of RGB (Red+Green+Blue) = 34+31+83=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 83 (32.81% from 255 or 56.08% from 148); Max value from RGB is 83 - color contains mainly: blue. Hex color #221F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221F53 is #DDE0AC. Grayscale: #252525. Windows color (decimal): -14540973 or 5447458. OLE color: 5447458.

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

Color convert

RGB 34 31 83 -
CMYK 0.59 0.63 0 0.67
HSL 243.46º 0.46% 0.22% -
HSV(B) 243.46º 0.63% 0.33% -
XYZ 2.71 1.94 8.42 -
YUV 37.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 34 31 83 0.59 0.63 0 0.67 243.46 0.46 0.22
Hex 22 1F 53 3B 3F 0 43 F3 2E 16
Octal 42 37 123 73 77 0 103 363 56 26
Binary 100010 11111 1010011 111011 111111 0 1000011 11110011 101110 10110

Color Harmonies of #221F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F53

Black with #221F53

Text Example


Text Example

White with #221F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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