Html Css Color HEX #221A4D Paua

📋 copy color: '#221A4D'

red 34 ◦ green 26 ◦ blue 77

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

Shades of Paua #221A4D

Tints of Paua #221A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 56.2%

R = 24.82%
G = 18.98%
B = 56.2%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#221A4D (or 0x221A4D) is known color: Paua. HEX triplet: 22, 1A and 4D. RGB value is (34,26,77). Sum of RGB (Red+Green+Blue) = 34+26+77=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 77 (30.47% from 255 or 56.20% from 137); Max value from RGB is 77 - color contains mainly: blue. Hex color #221A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221A4D is #DDE5B2. Grayscale: #222222. Windows color (decimal): -14542259 or 5052962. OLE color: 5052962.

HSL color Cylindrical-coordinate representation of color #221A4D: hue angle of 249.41º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #221A4D is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 34 26 77 -
CMYK 0.56 0.66 0 0.70
HSL 249.41º 0.5% 0.2% -
HSV(B) 249.41º 0.66% 0.3% -
XYZ 2.37 1.61 7.21 -
YUV 34.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 34 26 77 0.56 0.66 0 0.70 249.41 0.5 0.2
Hex 22 1A 4D 38 42 0 46 F9 32 14
Octal 42 32 115 70 102 0 106 371 62 24
Binary 100010 11010 1001101 111000 1000010 0 1000110 11111001 110010 10100

Color Harmonies of #221A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221A4D

Black with #221A4D

Text Example


Text Example

White with #221A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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