Html Css Color HEX #211C41 Tolopea

📋 copy color: '#211C41'

red 33 ◦ green 28 ◦ blue 65

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

Shades of Tolopea #211C41

Tints of Tolopea #211C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.22%

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

R = 26.19%
G = 22.22%
B = 51.59%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#211C41 (or 0x211C41) is known color: Tolopea. HEX triplet: 21, 1C and 41. RGB value is (33,28,65). Sum of RGB (Red+Green+Blue) = 33+28+65=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #211C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C41 is #DEE3BE. Grayscale: #212121. Windows color (decimal): -14607295 or 4267041. OLE color: 4267041.

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

Color convert

RGB 33 28 65 -
CMYK 0.49 0.57 0 0.75
HSL 248.11º 0.4% 0.18% -
HSV(B) 248.11º 0.57% 0.25% -
XYZ 2 1.54 5.19 -
YUV 33.71 145.66 127.49 -
System Red Green Blue C M Y K H S L
Decimal 33 28 65 0.49 0.57 0 0.75 248.11 0.4 0.18
Hex 21 1C 41 31 39 0 4B F8 28 12
Octal 41 34 101 61 71 0 113 370 50 22
Binary 100001 11100 1000001 110001 111001 0 1001011 11111000 101000 10010

Color Harmonies of #211C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211C41

Black with #211C41

Text Example


Text Example

White with #211C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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