Html Css Color HEX #211B44 Paua

📋 copy color: '#211B44'

red 33 ◦ green 27 ◦ blue 68

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

Shades of Paua #211B44

Tints of Paua #211B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 53.13%

R = 25.78%
G = 21.09%
B = 53.13%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#211B44 (or 0x211B44) is known color: Paua. HEX triplet: 21, 1B and 44. RGB value is (33,27,68). Sum of RGB (Red+Green+Blue) = 33+27+68=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 68 (26.95% from 255 or 53.12% from 128); Max value from RGB is 68 - color contains mainly: blue. Hex color #211B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B44 is #DEE4BB. Grayscale: #212121. Windows color (decimal): -14607548 or 4463393. OLE color: 4463393.

HSL color Cylindrical-coordinate representation of color #211B44: hue angle of 248.78º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #211B44 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 27 68 -
CMYK 0.51 0.60 0 0.73
HSL 248.78º 0.43% 0.19% -
HSV(B) 248.78º 0.6% 0.27% -
XYZ 2.06 1.52 5.65 -
YUV 33.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 33 27 68 0.51 0.60 0 0.73 248.78 0.43 0.19
Hex 21 1B 44 33 3C 0 49 F9 2B 13
Octal 41 33 104 63 74 0 111 371 53 23
Binary 100001 11011 1000100 110011 111100 0 1001001 11111001 101011 10011

Color Harmonies of #211B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211B44

Black with #211B44

Text Example


Text Example

White with #211B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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