Html Css Color HEX #211356 Paua

📋 copy color: '#211356'

red 33 ◦ green 19 ◦ blue 86

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

Shades of Paua #211356

Tints of Paua #211356

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.77%

 BLUE value IS 86 (33.98% from 255) = 62.32%

R = 23.91%
G = 13.77%
B = 62.32%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#211356 (or 0x211356) is known color: Paua. HEX triplet: 21, 13 and 56. RGB value is (33,19,86). Sum of RGB (Red+Green+Blue) = 33+19+86=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 86 (33.98% from 255 or 62.32% from 138); Max value from RGB is 86 - color contains mainly: blue. Hex color #211356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211356 is #DEECA9. Grayscale: #1E1E1E. Windows color (decimal): -14609578 or 5640993. OLE color: 5640993.

HSL color Cylindrical-coordinate representation of color #211356: hue angle of 252.54º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #211356 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 19 86 -
CMYK 0.62 0.78 0 0.66
HSL 252.54º 0.64% 0.21% -
HSV(B) 252.54º 0.78% 0.34% -
XYZ 2.54 1.46 8.95 -
YUV 30.82 159.14 129.55 -
System Red Green Blue C M Y K H S L
Decimal 33 19 86 0.62 0.78 0 0.66 252.54 0.64 0.21
Hex 21 13 56 3E 4E 0 42 FD 40 15
Octal 41 23 126 76 116 0 102 375 100 25
Binary 100001 10011 1010110 111110 1001110 0 1000010 11111101 1000000 10101

Color Harmonies of #211356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211356

Black with #211356

Text Example


Text Example

White with #211356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211356; }

 p { color: rgb(33,19,86); }

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

background-color css

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

 a { background-color: rgb(33,19,86); }

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

border-color css

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

 span { border-color: rgb(33,19,86); }

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