Html Css Color HEX #221A5A Paua

📋 copy color: '#221A5A'

red 34 ◦ green 26 ◦ blue 90

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

Shades of Paua #221A5A

Tints of Paua #221A5A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.33%

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

R = 22.67%
G = 17.33%
B = 60%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#221A5A (or 0x221A5A) is known color: Paua. HEX triplet: 22, 1A and 5A. RGB value is (34,26,90). Sum of RGB (Red+Green+Blue) = 34+26+90=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #221A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221A5A is #DDE5A5. Grayscale: #232323. Windows color (decimal): -14542246 or 5904930. OLE color: 5904930.

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

Color convert

RGB 34 26 90 -
CMYK 0.62 0.71 0 0.65
HSL 247.5º 0.55% 0.23% -
HSV(B) 247.5º 0.71% 0.35% -
XYZ 2.87 1.82 9.87 -
YUV 35.69 158.65 126.8 -
System Red Green Blue C M Y K H S L
Decimal 34 26 90 0.62 0.71 0 0.65 247.5 0.55 0.23
Hex 22 1A 5A 3E 47 0 41 F8 37 17
Octal 42 32 132 76 107 0 101 370 67 27
Binary 100010 11010 1011010 111110 1000111 0 1000001 11111000 110111 10111

Color Harmonies of #221A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221A5A

Black with #221A5A

Text Example


Text Example

White with #221A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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