Html Css Color HEX #211651 Paua

📋 copy color: '#211651'

red 33 ◦ green 22 ◦ blue 81

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

Shades of Paua #211651

Tints of Paua #211651

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.18%

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

R = 24.26%
G = 16.18%
B = 59.56%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#211651 (or 0x211651) is known color: Paua. HEX triplet: 21, 16 and 51. RGB value is (33,22,81). Sum of RGB (Red+Green+Blue) = 33+22+81=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #211651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211651 is #DEE9AE. Grayscale: #1F1F1F. Windows color (decimal): -14608815 or 5314081. OLE color: 5314081.

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

Color convert

RGB 33 22 81 -
CMYK 0.59 0.73 0 0.68
HSL 251.19º 0.57% 0.2% -
HSV(B) 251.19º 0.73% 0.32% -
XYZ 2.4 1.49 7.95 -
YUV 32.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 33 22 81 0.59 0.73 0 0.68 251.19 0.57 0.2
Hex 21 16 51 3B 49 0 44 FB 39 14
Octal 41 26 121 73 111 0 104 373 71 24
Binary 100001 10110 1010001 111011 1001001 0 1000100 11111011 111001 10100

Color Harmonies of #211651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211651

Black with #211651

Text Example


Text Example

White with #211651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211651; }

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

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

background-color css

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

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

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

border-color css

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

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

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