Html Css Color HEX #221D5D Paua

📋 copy color: '#221D5D'

red 34 ◦ green 29 ◦ blue 93

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

Shades of Paua #221D5D

Tints of Paua #221D5D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.59%

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

R = 21.79%
G = 18.59%
B = 59.62%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#221D5D (or 0x221D5D) is known color: Paua. HEX triplet: 22, 1D and 5D. RGB value is (34,29,93). Sum of RGB (Red+Green+Blue) = 34+29+93=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #221D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221D5D is #DDE2A2. Grayscale: #252525. Windows color (decimal): -14541475 or 6102306. OLE color: 6102306.

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

Color convert

RGB 34 29 93 -
CMYK 0.63 0.69 0 0.64
HSL 244.69º 0.52% 0.24% -
HSV(B) 244.69º 0.69% 0.36% -
XYZ 3.07 2.01 10.58 -
YUV 37.79 159.16 125.3 -
System Red Green Blue C M Y K H S L
Decimal 34 29 93 0.63 0.69 0 0.64 244.69 0.52 0.24
Hex 22 1D 5D 3F 45 0 40 F5 34 18
Octal 42 35 135 77 105 0 100 365 64 30
Binary 100010 11101 1011101 111111 1000101 0 1000000 11110101 110100 11000

Color Harmonies of #221D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221D5D

Black with #221D5D

Text Example


Text Example

White with #221D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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