Html Css Color HEX #221E5E Paua

📋 copy color: '#221E5E'

red 34 ◦ green 30 ◦ blue 94

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

Shades of Paua #221E5E

Tints of Paua #221E5E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.99%

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

R = 21.52%
G = 18.99%
B = 59.49%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#221E5E (or 0x221E5E) is known color: Paua. HEX triplet: 22, 1E and 5E. RGB value is (34,30,94). Sum of RGB (Red+Green+Blue) = 34+30+94=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #221E5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E5E is #DDE1A1. Grayscale: #262626. Windows color (decimal): -14541218 or 6168098. OLE color: 6168098.

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

Color convert

RGB 34 30 94 -
CMYK 0.64 0.68 0 0.63
HSL 243.75º 0.52% 0.24% -
HSV(B) 243.75º 0.68% 0.37% -
XYZ 3.14 2.08 10.82 -
YUV 38.49 159.33 124.8 -
System Red Green Blue C M Y K H S L
Decimal 34 30 94 0.64 0.68 0 0.63 243.75 0.52 0.24
Hex 22 1E 5E 40 44 0 3F F4 34 18
Octal 42 36 136 100 104 0 77 364 64 30
Binary 100010 11110 1011110 1000000 1000100 0 111111 11110100 110100 11000

Color Harmonies of #221E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221E5E

Black with #221E5E

Text Example


Text Example

White with #221E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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