#211338

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

Shades of Tolopea #211338

Tints of Tolopea #211338

Color information

#211338 (or 0x211338) is unknown color: approx Tolopea. HEX triplet: 21, 13 and 38. RGB value is (33,19,56). Sum of RGB (Red+Green+Blue) = 33+19+56=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #211338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211338 is #DEECC7. Grayscale: #1B1B1B. Windows color (decimal): -14609608 or 3674913. OLE color: 3674913.

HSL color Cylindrical-coordinate representation of color #211338: hue angle of 262.7º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #211338 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB331956-
CMYK0.410.6600.78
HSL262.7º49.33%14.71%-
HSV(B)262.7º66.07%21.96%-
XYZ1.571.073.87-
YUV27.4144.14131.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.56%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 56 (22.27% from 255) = 51.85%
R=30.56%
G=17.59%
B=51.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3319560.410.6600.78262.749.3314.71
Hex211338294204E10731f
Octal4123705110201164076117
Binary100001100111110001010011000010010011101000001111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211338; }

 p { color: rgb(33,19,56); }

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

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

 a { background-color: rgb(33,19,56); }

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

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

 span { border-color: rgb(33,19,56); }

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