Html Css Color HEX #211C5B Paua

📋 copy color: '#211C5B'

red 33 ◦ green 28 ◦ blue 91

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

Shades of Paua #211C5B

Tints of Paua #211C5B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.42%

 BLUE value IS 91 (35.94% from 255) = 59.87%

R = 21.71%
G = 18.42%
B = 59.87%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#211C5B (or 0x211C5B) is known color: Paua. HEX triplet: 21, 1C and 5B. RGB value is (33,28,91). Sum of RGB (Red+Green+Blue) = 33+28+91=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #211C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C5B is #DEE3A4. Grayscale: #242424. Windows color (decimal): -14607269 or 5970977. OLE color: 5970977.

HSL color Cylindrical-coordinate representation of color #211C5B: hue angle of 244.76º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #211C5B is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 28 91 -
CMYK 0.64 0.69 0 0.64
HSL 244.76º 0.53% 0.23% -
HSV(B) 244.76º 0.69% 0.36% -
XYZ 2.93 1.91 10.11 -
YUV 36.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 33 28 91 0.64 0.69 0 0.64 244.76 0.53 0.23
Hex 21 1C 5B 40 45 0 40 F5 35 17
Octal 41 34 133 100 105 0 100 365 65 27
Binary 100001 11100 1011011 1000000 1000101 0 1000000 11110101 110101 10111

Color Harmonies of #211C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C5B

Black with #211C5B

Text Example


Text Example

White with #211C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211C5B; }

 p { color: rgb(33,28,91); }

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

background-color css

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

 a { background-color: rgb(33,28,91); }

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

border-color css

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

 span { border-color: rgb(33,28,91); }

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