Html Css Color HEX #211451 Paua

📋 copy color: '#211451'

red 33 ◦ green 20 ◦ blue 81

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

Shades of Paua #211451

Tints of Paua #211451

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

 BLUE value IS 81 (32.03% from 255) = 60.45%

R = 24.63%
G = 14.93%
B = 60.45%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#211451 (or 0x211451) is known color: Paua. HEX triplet: 21, 14 and 51. RGB value is (33,20,81). Sum of RGB (Red+Green+Blue) = 33+20+81=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #211451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211451 is #DEEBAE. Grayscale: #1E1E1E. Windows color (decimal): -14609327 or 5313569. OLE color: 5313569.

HSL color Cylindrical-coordinate representation of color #211451: hue angle of 252.79º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #211451 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 20 81 -
CMYK 0.59 0.75 0 0.68
HSL 252.79º 0.6% 0.2% -
HSV(B) 252.79º 0.75% 0.32% -
XYZ 2.36 1.42 7.93 -
YUV 30.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 33 20 81 0.59 0.75 0 0.68 252.79 0.6 0.2
Hex 21 14 51 3B 4B 0 44 FD 3C 14
Octal 41 24 121 73 113 0 104 375 74 24
Binary 100001 10100 1010001 111011 1001011 0 1000100 11111101 111100 10100

Color Harmonies of #211451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211451

Black with #211451

Text Example


Text Example

White with #211451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211451; }

 p { color: rgb(33,20,81); }

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

background-color css

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

 a { background-color: rgb(33,20,81); }

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

border-color css

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

 span { border-color: rgb(33,20,81); }

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