Html Css Color HEX #212849 Lucky Point

📋 copy color: '#212849'

red 33 ◦ green 40 ◦ blue 73

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

Shades of Lucky Point #212849

Tints of Lucky Point #212849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.4%

 BLUE value IS 73 (28.91% from 255) = 50%

R = 22.6%
G = 27.4%
B = 50%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#212849 (or 0x212849) is known color: Lucky Point. HEX triplet: 21, 28 and 49. RGB value is (33,40,73). Sum of RGB (Red+Green+Blue) = 33+40+73=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #212849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212849 is #DED7B6. Grayscale: #292929. Windows color (decimal): -14604215 or 4794401. OLE color: 4794401.

HSL color Cylindrical-coordinate representation of color #212849: hue angle of 229.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #212849 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 40 73 -
CMYK 0.55 0.45 0 0.71
HSL 229.5º 0.38% 0.21% -
HSV(B) 229.5º 0.55% 0.29% -
XYZ 2.59 2.32 6.62 -
YUV 41.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 33 40 73 0.55 0.45 0 0.71 229.5 0.38 0.21
Hex 21 28 49 37 2D 0 47 E6 26 15
Octal 41 50 111 67 55 0 107 346 46 25
Binary 100001 101000 1001001 110111 101101 0 1000111 11100110 100110 10101

Color Harmonies of #212849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212849

Black with #212849

Text Example


Text Example

White with #212849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212849; }

 p { color: rgb(33,40,73); }

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

background-color css

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

 a { background-color: rgb(33,40,73); }

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

border-color css

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

 span { border-color: rgb(33,40,73); }

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