Html Css Color HEX #221D5E Paua

📋 copy color: '#221D5E'

red 34 ◦ green 29 ◦ blue 94

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

Shades of Paua #221D5E

Tints of Paua #221D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 59.87%

R = 21.66%
G = 18.47%
B = 59.87%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#221D5E (or 0x221D5E) is known color: Paua. HEX triplet: 22, 1D and 5E. RGB value is (34,29,94). Sum of RGB (Red+Green+Blue) = 34+29+94=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #221D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221D5E is #DDE2A1. Grayscale: #252525. Windows color (decimal): -14541474 or 6167842. OLE color: 6167842.

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

Color convert

RGB 34 29 94 -
CMYK 0.64 0.69 0 0.63
HSL 244.62º 0.53% 0.24% -
HSV(B) 244.62º 0.69% 0.37% -
XYZ 3.12 2.03 10.82 -
YUV 37.91 159.66 125.21 -
System Red Green Blue C M Y K H S L
Decimal 34 29 94 0.64 0.69 0 0.63 244.62 0.53 0.24
Hex 22 1D 5E 40 45 0 3F F5 35 18
Octal 42 35 136 100 105 0 77 365 65 30
Binary 100010 11101 1011110 1000000 1000101 0 111111 11110101 110101 11000

Color Harmonies of #221D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221D5E

Black with #221D5E

Text Example


Text Example

White with #221D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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