Html Css Color HEX #221A48 Paua

📋 copy color: '#221A48'

red 34 ◦ green 26 ◦ blue 72

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

Shades of Paua #221A48

Tints of Paua #221A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 54.55%

R = 25.76%
G = 19.7%
B = 54.55%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#221A48 (or 0x221A48) is known color: Paua. HEX triplet: 22, 1A and 48. RGB value is (34,26,72). Sum of RGB (Red+Green+Blue) = 34+26+72=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #221A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221A48 is #DDE5B7. Grayscale: #212121. Windows color (decimal): -14542264 or 4725282. OLE color: 4725282.

HSL color Cylindrical-coordinate representation of color #221A48: hue angle of 250.43º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #221A48 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 34 26 72 -
CMYK 0.53 0.64 0 0.72
HSL 250.43º 0.47% 0.19% -
HSV(B) 250.43º 0.64% 0.28% -
XYZ 2.2 1.55 6.31 -
YUV 33.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 34 26 72 0.53 0.64 0 0.72 250.43 0.47 0.19
Hex 22 1A 48 35 40 0 48 FA 2F 13
Octal 42 32 110 65 100 0 110 372 57 23
Binary 100010 11010 1001000 110101 1000000 0 1001000 11111010 101111 10011

Color Harmonies of #221A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221A48

Black with #221A48

Text Example


Text Example

White with #221A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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