Html Css Color HEX #211D4C Paua

📋 copy color: '#211D4C'

red 33 ◦ green 29 ◦ blue 76

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

Shades of Paua #211D4C

Tints of Paua #211D4C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.01%

 BLUE value IS 76 (30.08% from 255) = 55.07%

R = 23.91%
G = 21.01%
B = 55.07%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#211D4C (or 0x211D4C) is known color: Paua. HEX triplet: 21, 1D and 4C. RGB value is (33,29,76). Sum of RGB (Red+Green+Blue) = 33+29+76=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #211D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D4C is #DEE2B3. Grayscale: #232323. Windows color (decimal): -14607028 or 4988193. OLE color: 4988193.

HSL color Cylindrical-coordinate representation of color #211D4C: hue angle of 245.11º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #211D4C is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 33 29 76 -
CMYK 0.57 0.62 0 0.70
HSL 245.11º 0.45% 0.21% -
HSV(B) 245.11º 0.62% 0.3% -
XYZ 2.37 1.72 7.05 -
YUV 35.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 33 29 76 0.57 0.62 0 0.70 245.11 0.45 0.21
Hex 21 1D 4C 39 3E 0 46 F5 2D 15
Octal 41 35 114 71 76 0 106 365 55 25
Binary 100001 11101 1001100 111001 111110 0 1000110 11110101 101101 10101

Color Harmonies of #211D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211D4C

Black with #211D4C

Text Example


Text Example

White with #211D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,29,76); }

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

background-color css

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

 a { background-color: rgb(33,29,76); }

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

border-color css

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

 span { border-color: rgb(33,29,76); }

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