Html Css Color HEX #221E5D Paua

📋 copy color: '#221E5D'

red 34 ◦ green 30 ◦ blue 93

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

Shades of Paua #221E5D

Tints of Paua #221E5D

RGB

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

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

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

R = 21.66%
G = 19.11%
B = 59.24%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#221E5D (or 0x221E5D) is known color: Paua. HEX triplet: 22, 1E and 5D. RGB value is (34,30,93). Sum of RGB (Red+Green+Blue) = 34+30+93=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #221E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E5D is #DDE1A2. Grayscale: #262626. Windows color (decimal): -14541219 or 6102562. OLE color: 6102562.

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

Color convert

RGB 34 30 93 -
CMYK 0.63 0.68 0 0.64
HSL 243.81º 0.51% 0.24% -
HSV(B) 243.81º 0.68% 0.36% -
XYZ 3.1 2.06 10.59 -
YUV 38.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 34 30 93 0.63 0.68 0 0.64 243.81 0.51 0.24
Hex 22 1E 5D 3F 44 0 40 F4 33 18
Octal 42 36 135 77 104 0 100 364 63 30
Binary 100010 11110 1011101 111111 1000100 0 1000000 11110100 110011 11000

Color Harmonies of #221E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221E5D

Black with #221E5D

Text Example


Text Example

White with #221E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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