Html Css Color HEX #211650 Paua

📋 copy color: '#211650'

red 33 ◦ green 22 ◦ blue 80

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

Shades of Paua #211650

Tints of Paua #211650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 59.26%

R = 24.44%
G = 16.3%
B = 59.26%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#211650 (or 0x211650) is known color: Paua. HEX triplet: 21, 16 and 50. RGB value is (33,22,80). Sum of RGB (Red+Green+Blue) = 33+22+80=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #211650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #211650 is #DEE9AF. Grayscale: #1F1F1F. Windows color (decimal): -14608816 or 5248545. OLE color: 5248545.

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

Color convert

RGB 33 22 80 -
CMYK 0.59 0.72 0 0.69
HSL 251.38º 0.57% 0.2% -
HSV(B) 251.38º 0.73% 0.31% -
XYZ 2.36 1.48 7.75 -
YUV 31.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 33 22 80 0.59 0.72 0 0.69 251.38 0.57 0.2
Hex 21 16 50 3B 48 0 45 FB 39 14
Octal 41 26 120 73 110 0 105 373 71 24
Binary 100001 10110 1010000 111011 1001000 0 1000101 11111011 111001 10100

Color Harmonies of #211650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211650

Black with #211650

Text Example


Text Example

White with #211650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211650; }

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

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

background-color css

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

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

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

border-color css

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

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

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