Html Css Color HEX #221F5B Paua

📋 copy color: '#221F5B'

red 34 ◦ green 31 ◦ blue 91

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

Shades of Paua #221F5B

Tints of Paua #221F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 58.33%

R = 21.79%
G = 19.87%
B = 58.33%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#221F5B (or 0x221F5B) is known color: Paua. HEX triplet: 22, 1F and 5B. RGB value is (34,31,91). Sum of RGB (Red+Green+Blue) = 34+31+91=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 91 (35.94% from 255 or 58.33% from 156); Max value from RGB is 91 - color contains mainly: blue. Hex color #221F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221F5B is #DDE0A4. Grayscale: #262626. Windows color (decimal): -14540965 or 5971746. OLE color: 5971746.

HSL color Cylindrical-coordinate representation of color #221F5B: hue angle of 243º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #221F5B is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 31 91 -
CMYK 0.63 0.66 0 0.64
HSL 243º 0.49% 0.24% -
HSV(B) 243º 0.66% 0.36% -
XYZ 3.04 2.08 10.14 -
YUV 38.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 34 31 91 0.63 0.66 0 0.64 243 0.49 0.24
Hex 22 1F 5B 3F 42 0 40 F3 31 18
Octal 42 37 133 77 102 0 100 363 61 30
Binary 100010 11111 1011011 111111 1000010 0 1000000 11110011 110001 11000

Color Harmonies of #221F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F5B

Black with #221F5B

Text Example


Text Example

White with #221F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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