Html Css Color HEX #211A50 Paua

📋 copy color: '#211A50'

red 33 ◦ green 26 ◦ blue 80

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

Shades of Paua #211A50

Tints of Paua #211A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 57.55%

R = 23.74%
G = 18.71%
B = 57.55%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#211A50 (or 0x211A50) is known color: Paua. HEX triplet: 21, 1A and 50. RGB value is (33,26,80). Sum of RGB (Red+Green+Blue) = 33+26+80=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 80 (31.64% from 255 or 57.55% from 139); Max value from RGB is 80 - color contains mainly: blue. Hex color #211A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211A50 is #DEE5AF. Grayscale: #222222. Windows color (decimal): -14607792 or 5249569. OLE color: 5249569.

HSL color Cylindrical-coordinate representation of color #211A50: hue angle of 247.78º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #211A50 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 26 80 -
CMYK 0.59 0.67 0 0.69
HSL 247.78º 0.51% 0.21% -
HSV(B) 247.78º 0.68% 0.31% -
XYZ 2.44 1.64 7.78 -
YUV 34.25 153.82 127.11 -
System Red Green Blue C M Y K H S L
Decimal 33 26 80 0.59 0.67 0 0.69 247.78 0.51 0.21
Hex 21 1A 50 3B 43 0 45 F8 33 15
Octal 41 32 120 73 103 0 105 370 63 25
Binary 100001 11010 1010000 111011 1000011 0 1000101 11111000 110011 10101

Color Harmonies of #211A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211A50

Black with #211A50

Text Example


Text Example

White with #211A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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