#211D41

Color #211D41 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #211D41

Tints of Paua #211D41

Color information

#211D41 (or 0x211D41) is unknown color: approx Paua. HEX triplet: 21, 1D and 41. RGB value is (33,29,65). Sum of RGB (Red+Green+Blue) = 33+29+65=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #211D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D41 is #DEE2BE. Grayscale: #222222. Windows color (decimal): -14607039 or 4267297. OLE color: 4267297.

HSL color Cylindrical-coordinate representation of color #211D41: hue angle of 246.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #211D41 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB332965-
CMYK0.490.5500.75
HSL246.67º38.3%18.43%-
HSV(B)246.67º55.38%25.49%-
XYZ2.021.585.2-
YUV34.3145.33127.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.98%
GREEN value IS 29 (11.72% from 255) = 22.83%
BLUE value IS 65 (25.78% from 255) = 51.18%
R=25.98%
G=22.83%
B=51.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3329650.490.5500.75246.6738.318.43
Hex211D41313704Bf72612
Octal4135101616701133674622
Binary100001111011000001110001110111010010111111011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #211D41;
 }
 .AnyTagClassName
 {
   color: #211D41;
 }
</style>
background-color css

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

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

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

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

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

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