Html Css Color HEX #211848 Paua

📋 copy color: '#211848'

red 33 ◦ green 24 ◦ blue 72

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

Shades of Paua #211848

Tints of Paua #211848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.6%

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

R = 25.58%
G = 18.6%
B = 55.81%

CMYK

 C value IS 0.54

 M value IS 0.67

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#211848 (or 0x211848) is known color: Paua. HEX triplet: 21, 18 and 48. RGB value is (33,24,72). Sum of RGB (Red+Green+Blue) = 33+24+72=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #211848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211848 is #DEE7B7. Grayscale: #1F1F1F. Windows color (decimal): -14608312 or 4724769. OLE color: 4724769.

HSL color Cylindrical-coordinate representation of color #211848: hue angle of 251.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #211848 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 24 72 -
CMYK 0.54 0.67 0 0.72
HSL 251.25º 0.5% 0.19% -
HSV(B) 251.25º 0.67% 0.28% -
XYZ 2.12 1.44 6.3 -
YUV 32.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 33 24 72 0.54 0.67 0 0.72 251.25 0.5 0.19
Hex 21 18 48 36 43 0 48 FB 32 13
Octal 41 30 110 66 103 0 110 373 62 23
Binary 100001 11000 1001000 110110 1000011 0 1001000 11111011 110010 10011

Color Harmonies of #211848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211848

Black with #211848

Text Example


Text Example

White with #211848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211848; }

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

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

background-color css

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

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

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

border-color css

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

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

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