Html Css Color HEX #212A49 Lucky Point

📋 copy color: '#212A49'

red 33 ◦ green 42 ◦ blue 73

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

Shades of Lucky Point #212A49

Tints of Lucky Point #212A49

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.38%

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

R = 22.3%
G = 28.38%
B = 49.32%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#212A49 (or 0x212A49) is known color: Lucky Point. HEX triplet: 21, 2A and 49. RGB value is (33,42,73). Sum of RGB (Red+Green+Blue) = 33+42+73=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #212A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A49 is #DED5B6. Grayscale: #2A2A2A. Windows color (decimal): -14603703 or 4794913. OLE color: 4794913.

HSL color Cylindrical-coordinate representation of color #212A49: hue angle of 226.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 #212A49 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 42 73 -
CMYK 0.55 0.42 0 0.71
HSL 226.5º 0.38% 0.21% -
HSV(B) 226.5º 0.55% 0.29% -
XYZ 2.66 2.46 6.64 -
YUV 42.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 33 42 73 0.55 0.42 0 0.71 226.5 0.38 0.21
Hex 21 2A 49 37 2A 0 47 E2 26 15
Octal 41 52 111 67 52 0 107 342 46 25
Binary 100001 101010 1001001 110111 101010 0 1000111 11100010 100110 10101

Color Harmonies of #212A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212A49

Black with #212A49

Text Example


Text Example

White with #212A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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