Html Css Color HEX #221F5D Paua

📋 copy color: '#221F5D'

red 34 ◦ green 31 ◦ blue 93

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

Shades of Paua #221F5D

Tints of Paua #221F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 58.86%

R = 21.52%
G = 19.62%
B = 58.86%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#221F5D (or 0x221F5D) is known color: Paua. HEX triplet: 22, 1F and 5D. RGB value is (34,31,93). Sum of RGB (Red+Green+Blue) = 34+31+93=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 93 (36.72% from 255 or 58.86% from 158); Max value from RGB is 93 - color contains mainly: blue. Hex color #221F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221F5D is #DDE0A2. Grayscale: #262626. Windows color (decimal): -14540963 or 6102818. OLE color: 6102818.

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

Color convert

RGB 34 31 93 -
CMYK 0.63 0.67 0 0.64
HSL 242.9º 0.5% 0.24% -
HSV(B) 242.9º 0.67% 0.36% -
XYZ 3.13 2.11 10.6 -
YUV 38.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 34 31 93 0.63 0.67 0 0.64 242.9 0.5 0.24
Hex 22 1F 5D 3F 43 0 40 F3 32 18
Octal 42 37 135 77 103 0 100 363 62 30
Binary 100010 11111 1011101 111111 1000011 0 1000000 11110011 110010 11000

Color Harmonies of #221F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221F5D

Black with #221F5D

Text Example


Text Example

White with #221F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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