Html Css Color HEX #211C48 Paua

📋 copy color: '#211C48'

red 33 ◦ green 28 ◦ blue 72

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

Shades of Paua #211C48

Tints of Paua #211C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 54.14%

R = 24.81%
G = 21.05%
B = 54.14%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#211C48 (or 0x211C48) is known color: Paua. HEX triplet: 21, 1C and 48. RGB value is (33,28,72). Sum of RGB (Red+Green+Blue) = 33+28+72=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #211C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C48 is #DEE3B7. Grayscale: #222222. Windows color (decimal): -14607288 or 4725793. OLE color: 4725793.

HSL color Cylindrical-coordinate representation of color #211C48: hue angle of 246.82º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #211C48 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 28 72 -
CMYK 0.54 0.61 0 0.72
HSL 246.82º 0.44% 0.2% -
HSV(B) 246.82º 0.61% 0.28% -
XYZ 2.21 1.62 6.33 -
YUV 34.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 33 28 72 0.54 0.61 0 0.72 246.82 0.44 0.2
Hex 21 1C 48 36 3D 0 48 F7 2C 14
Octal 41 34 110 66 75 0 110 367 54 24
Binary 100001 11100 1001000 110110 111101 0 1001000 11110111 101100 10100

Color Harmonies of #211C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C48

Black with #211C48

Text Example


Text Example

White with #211C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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