Html Css Color HEX #211C52 Paua

📋 copy color: '#211C52'

red 33 ◦ green 28 ◦ blue 82

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

Shades of Paua #211C52

Tints of Paua #211C52

RGB

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

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

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

R = 23.08%
G = 19.58%
B = 57.34%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#211C52 (or 0x211C52) is known color: Paua. HEX triplet: 21, 1C and 52. RGB value is (33,28,82). Sum of RGB (Red+Green+Blue) = 33+28+82=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 82 (32.42% from 255 or 57.34% from 143); Max value from RGB is 82 - color contains mainly: blue. Hex color #211C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #211C52 is #DEE3AD. Grayscale: #232323. Windows color (decimal): -14607278 or 5381153. OLE color: 5381153.

HSL color Cylindrical-coordinate representation of color #211C52: hue angle of 245.56º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #211C52 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 28 82 -
CMYK 0.60 0.66 0 0.68
HSL 245.56º 0.49% 0.22% -
HSV(B) 245.56º 0.66% 0.32% -
XYZ 2.57 1.76 8.19 -
YUV 35.65 154.16 126.11 -
System Red Green Blue C M Y K H S L
Decimal 33 28 82 0.60 0.66 0 0.68 245.56 0.49 0.22
Hex 21 1C 52 3C 42 0 44 F6 31 16
Octal 41 34 122 74 102 0 104 366 61 26
Binary 100001 11100 1010010 111100 1000010 0 1000100 11110110 110001 10110

Color Harmonies of #211C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C52

Black with #211C52

Text Example


Text Example

White with #211C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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