Html Css Color HEX #211256 Paua

📋 copy color: '#211256'

red 33 ◦ green 18 ◦ blue 86

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

Shades of Paua #211256

Tints of Paua #211256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.14%

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

R = 24.09%
G = 13.14%
B = 62.77%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#211256 (or 0x211256) is known color: Paua. HEX triplet: 21, 12 and 56. RGB value is (33,18,86). Sum of RGB (Red+Green+Blue) = 33+18+86=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #211256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211256 is #DEEDA9. Grayscale: #1D1D1D. Windows color (decimal): -14609834 or 5640737. OLE color: 5640737.

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

Color convert

RGB 33 18 86 -
CMYK 0.62 0.79 0 0.66
HSL 253.24º 0.65% 0.2% -
HSV(B) 253.24º 0.79% 0.34% -
XYZ 2.52 1.43 8.95 -
YUV 30.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 33 18 86 0.62 0.79 0 0.66 253.24 0.65 0.2
Hex 21 12 56 3E 4F 0 42 FD 41 14
Octal 41 22 126 76 117 0 102 375 101 24
Binary 100001 10010 1010110 111110 1001111 0 1000010 11111101 1000001 10100

Color Harmonies of #211256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211256

Black with #211256

Text Example


Text Example

White with #211256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211256; }

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

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

background-color css

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

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

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

border-color css

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

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

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