Html Css Color HEX #211257 Paua

📋 copy color: '#211257'

red 33 ◦ green 18 ◦ blue 87

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

Shades of Paua #211257

Tints of Paua #211257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 63.04%

R = 23.91%
G = 13.04%
B = 63.04%

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

#211257 (or 0x211257) is known color: Paua. HEX triplet: 21, 12 and 57. RGB value is (33,18,87). Sum of RGB (Red+Green+Blue) = 33+18+87=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 87 (34.38% from 255 or 63.04% from 138); Max value from RGB is 87 - color contains mainly: blue. Hex color #211257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211257 is #DEEDA8. Grayscale: #1E1E1E. Windows color (decimal): -14609833 or 5706273. OLE color: 5706273.

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

Color convert

RGB 33 18 87 -
CMYK 0.62 0.79 0 0.66
HSL 253.04º 0.66% 0.21% -
HSV(B) 253.04º 0.79% 0.34% -
XYZ 2.56 1.44 9.16 -
YUV 30.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 33 18 87 0.62 0.79 0 0.66 253.04 0.66 0.21
Hex 21 12 57 3E 4F 0 42 FD 42 15
Octal 41 22 127 76 117 0 102 375 102 25
Binary 100001 10010 1010111 111110 1001111 0 1000010 11111101 1000010 10101

Color Harmonies of #211257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211257

Black with #211257

Text Example


Text Example

White with #211257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211257; }

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

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

background-color css

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

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

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

border-color css

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

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

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