Html Css Color HEX #211B41 Tolopea

📋 copy color: '#211B41'

red 33 ◦ green 27 ◦ blue 65

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

Shades of Tolopea #211B41

Tints of Tolopea #211B41

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.6%

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

R = 26.4%
G = 21.6%
B = 52%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#211B41 (or 0x211B41) is known color: Tolopea. HEX triplet: 21, 1B and 41. RGB value is (33,27,65). Sum of RGB (Red+Green+Blue) = 33+27+65=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #211B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B41 is #DEE4BE. Grayscale: #202020. Windows color (decimal): -14607551 or 4266785. OLE color: 4266785.

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

Color convert

RGB 33 27 65 -
CMYK 0.49 0.58 0 0.75
HSL 249.47º 0.41% 0.18% -
HSV(B) 249.47º 0.58% 0.25% -
XYZ 1.97 1.49 5.18 -
YUV 33.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 33 27 65 0.49 0.58 0 0.75 249.47 0.41 0.18
Hex 21 1B 41 31 3A 0 4B F9 29 12
Octal 41 33 101 61 72 0 113 371 51 22
Binary 100001 11011 1000001 110001 111010 0 1001011 11111001 101001 10010

Color Harmonies of #211B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211B41

Black with #211B41

Text Example


Text Example

White with #211B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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