Html Css Color HEX #211652 Paua

📋 copy color: '#211652'

red 33 ◦ green 22 ◦ blue 82

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

Shades of Paua #211652

Tints of Paua #211652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 59.85%

R = 24.09%
G = 16.06%
B = 59.85%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#211652 (or 0x211652) is known color: Paua. HEX triplet: 21, 16 and 52. RGB value is (33,22,82). Sum of RGB (Red+Green+Blue) = 33+22+82=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 82 (32.42% from 255 or 59.85% from 137); Max value from RGB is 82 - color contains mainly: blue. Hex color #211652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211652 is #DEE9AD. Grayscale: #1F1F1F. Windows color (decimal): -14608814 or 5379617. OLE color: 5379617.

HSL color Cylindrical-coordinate representation of color #211652: hue angle of 251º degrees, saturation: 0.58, 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 #211652 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 22 82 -
CMYK 0.60 0.73 0 0.68
HSL 251º 0.58% 0.2% -
HSV(B) 251º 0.73% 0.32% -
XYZ 2.44 1.51 8.14 -
YUV 32.13 156.14 128.62 -
System Red Green Blue C M Y K H S L
Decimal 33 22 82 0.60 0.73 0 0.68 251 0.58 0.2
Hex 21 16 52 3C 49 0 44 FB 3A 14
Octal 41 26 122 74 111 0 104 373 72 24
Binary 100001 10110 1010010 111100 1001001 0 1000100 11111011 111010 10100

Color Harmonies of #211652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211652

Black with #211652

Text Example


Text Example

White with #211652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211652; }

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

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

background-color css

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

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

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

border-color css

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

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

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