Html Css Color HEX #211A4A Paua

📋 copy color: '#211A4A'

red 33 ◦ green 26 ◦ blue 74

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

Shades of Paua #211A4A

Tints of Paua #211A4A

RGB

 RED value IS 33 (13.28% from 255) = 24.81%

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

 BLUE value IS 74 (29.3% from 255) = 55.64%

R = 24.81%
G = 19.55%
B = 55.64%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#211A4A (or 0x211A4A) is known color: Paua. HEX triplet: 21, 1A and 4A. RGB value is (33,26,74). Sum of RGB (Red+Green+Blue) = 33+26+74=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 74 (29.30% from 255 or 55.64% from 133); Max value from RGB is 74 - color contains mainly: blue. Hex color #211A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A4A is #DEE5B5. Grayscale: #212121. Windows color (decimal): -14607798 or 4856353. OLE color: 4856353.

HSL color Cylindrical-coordinate representation of color #211A4A: hue angle of 248.75º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #211A4A is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 26 74 -
CMYK 0.55 0.65 0 0.71
HSL 248.75º 0.48% 0.2% -
HSV(B) 248.75º 0.65% 0.29% -
XYZ 2.23 1.56 6.66 -
YUV 33.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 33 26 74 0.55 0.65 0 0.71 248.75 0.48 0.2
Hex 21 1A 4A 37 41 0 47 F9 30 14
Octal 41 32 112 67 101 0 107 371 60 24
Binary 100001 11010 1001010 110111 1000001 0 1000111 11111001 110000 10100

Color Harmonies of #211A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A4A

Black with #211A4A

Text Example


Text Example

White with #211A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211A4A; }

 p { color: rgb(33,26,74); }

 H1.HeaderClassName
 {
   color: #211A4A;
 }
 .AnyTagClassName
 {
   color: #211A4A;
 }
</style>

background-color css

<style>
 a { background-color: #211A4A; }

 a { background-color: rgb(33,26,74); }

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

border-color css

<style>
 span { border-color: #211A4A; }

 span { border-color: rgb(33,26,74); }

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