Html Css Color HEX #211741 Tolopea

📋 copy color: '#211741'

red 33 ◦ green 23 ◦ blue 65

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

Shades of Tolopea #211741

Tints of Tolopea #211741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.01%

 BLUE value IS 65 (25.78% from 255) = 53.72%

R = 27.27%
G = 19.01%
B = 53.72%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#211741 (or 0x211741) is known color: Tolopea. HEX triplet: 21, 17 and 41. RGB value is (33,23,65). Sum of RGB (Red+Green+Blue) = 33+23+65=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #211741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211741 is #DEE8BE. Grayscale: #1E1E1E. Windows color (decimal): -14608575 or 4265761. OLE color: 4265761.

HSL color Cylindrical-coordinate representation of color #211741: hue angle of 254.29º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #211741 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 23 65 -
CMYK 0.49 0.65 0 0.75
HSL 254.29º 0.48% 0.17% -
HSV(B) 254.29º 0.65% 0.25% -
XYZ 1.89 1.32 5.16 -
YUV 30.78 147.31 129.58 -
System Red Green Blue C M Y K H S L
Decimal 33 23 65 0.49 0.65 0 0.75 254.29 0.48 0.17
Hex 21 17 41 31 41 0 4B FE 30 11
Octal 41 27 101 61 101 0 113 376 60 21
Binary 100001 10111 1000001 110001 1000001 0 1001011 11111110 110000 10001

Color Harmonies of #211741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211741

Black with #211741

Text Example


Text Example

White with #211741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211741; }

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

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

background-color css

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

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

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

border-color css

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

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

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