#211B3D

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

Shades of Tolopea #211B3D

Tints of Tolopea #211B3D

Color information

#211B3D (or 0x211B3D) is unknown color: approx Tolopea. HEX triplet: 21, 1B and 3D. RGB value is (33,27,61). Sum of RGB (Red+Green+Blue) = 33+27+61=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #211B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B3D is #DEE4C2. Grayscale: #202020. Windows color (decimal): -14607555 or 4004641. OLE color: 4004641.

HSL color Cylindrical-coordinate representation of color #211B3D: hue angle of 250.59º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #211B3D is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB332761-
CMYK0.460.5600.76
HSL250.59º38.64%17.25%-
HSV(B)250.59º55.74%23.92%-
XYZ1.861.444.6-
YUV32.67143.99128.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 27 (10.94% from 255) = 22.31%
BLUE value IS 61 (24.22% from 255) = 50.41%
R=27.27%
G=22.31%
B=50.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3327610.460.5600.76250.5938.6417.25
Hex211B3D2E3804Cfb2711
Octal413375567001143734721
Binary10000111011111101101110111000010011001111101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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