Html Css Color HEX #221C5A Paua

📋 copy color: '#221C5A'

red 34 ◦ green 28 ◦ blue 90

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

Shades of Paua #221C5A

Tints of Paua #221C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 59.21%

R = 22.37%
G = 18.42%
B = 59.21%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#221C5A (or 0x221C5A) is known color: Paua. HEX triplet: 22, 1C and 5A. RGB value is (34,28,90). Sum of RGB (Red+Green+Blue) = 34+28+90=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 90 (35.55% from 255 or 59.21% from 152); Max value from RGB is 90 - color contains mainly: blue. Hex color #221C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221C5A is #DDE3A5. Grayscale: #242424. Windows color (decimal): -14541734 or 5905442. OLE color: 5905442.

HSL color Cylindrical-coordinate representation of color #221C5A: hue angle of 245.81º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #221C5A is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 28 90 -
CMYK 0.62 0.69 0 0.65
HSL 245.81º 0.53% 0.23% -
HSV(B) 245.81º 0.69% 0.35% -
XYZ 2.92 1.91 9.89 -
YUV 36.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 34 28 90 0.62 0.69 0 0.65 245.81 0.53 0.23
Hex 22 1C 5A 3E 45 0 41 F6 35 17
Octal 42 34 132 76 105 0 101 366 65 27
Binary 100010 11100 1011010 111110 1000101 0 1000001 11110110 110101 10111

Color Harmonies of #221C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221C5A

Black with #221C5A

Text Example


Text Example

White with #221C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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