Html Css Color HEX #221C5E Paua

📋 copy color: '#221C5E'

red 34 ◦ green 28 ◦ blue 94

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

Shades of Paua #221C5E

Tints of Paua #221C5E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.95%

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

R = 21.79%
G = 17.95%
B = 60.26%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#221C5E (or 0x221C5E) is known color: Paua. HEX triplet: 22, 1C and 5E. RGB value is (34,28,94). Sum of RGB (Red+Green+Blue) = 34+28+94=156 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.79% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 94 (37.11% from 255 or 60.26% from 156); Max value from RGB is 94 - color contains mainly: blue. Hex color #221C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221C5E is #DDE3A1. Grayscale: #252525. Windows color (decimal): -14541730 or 6167586. OLE color: 6167586.

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

Color convert

RGB 34 28 94 -
CMYK 0.64 0.70 0 0.63
HSL 245.45º 0.54% 0.24% -
HSV(B) 245.45º 0.7% 0.37% -
XYZ 3.1 1.98 10.81 -
YUV 37.32 159.99 125.63 -
System Red Green Blue C M Y K H S L
Decimal 34 28 94 0.64 0.70 0 0.63 245.45 0.54 0.24
Hex 22 1C 5E 40 46 0 3F F5 36 18
Octal 42 34 136 100 106 0 77 365 66 30
Binary 100010 11100 1011110 1000000 1000110 0 111111 11110101 110110 11000

Color Harmonies of #221C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221C5E

Black with #221C5E

Text Example


Text Example

White with #221C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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