Html Css Color HEX #211B46 Paua

📋 copy color: '#211B46'

red 33 ◦ green 27 ◦ blue 70

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

Shades of Paua #211B46

Tints of Paua #211B46

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.77%

 BLUE value IS 70 (27.73% from 255) = 53.85%

R = 25.38%
G = 20.77%
B = 53.85%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#211B46 (or 0x211B46) is known color: Paua. HEX triplet: 21, 1B and 46. RGB value is (33,27,70). Sum of RGB (Red+Green+Blue) = 33+27+70=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 70 (27.73% from 255 or 53.85% from 130); Max value from RGB is 70 - color contains mainly: blue. Hex color #211B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B46 is #DEE4B9. Grayscale: #212121. Windows color (decimal): -14607546 or 4594465. OLE color: 4594465.

HSL color Cylindrical-coordinate representation of color #211B46: hue angle of 248.37º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #211B46 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 27 70 -
CMYK 0.53 0.61 0 0.73
HSL 248.37º 0.44% 0.19% -
HSV(B) 248.37º 0.61% 0.27% -
XYZ 2.12 1.55 5.98 -
YUV 33.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 33 27 70 0.53 0.61 0 0.73 248.37 0.44 0.19
Hex 21 1B 46 35 3D 0 49 F8 2C 13
Octal 41 33 106 65 75 0 111 370 54 23
Binary 100001 11011 1000110 110101 111101 0 1001001 11111000 101100 10011

Color Harmonies of #211B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211B46

Black with #211B46

Text Example


Text Example

White with #211B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,27,70); }

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

background-color css

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

 a { background-color: rgb(33,27,70); }

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

border-color css

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

 span { border-color: rgb(33,27,70); }

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