Html Css Color HEX #212449 Lucky Point

📋 copy color: '#212449'

red 33 ◦ green 36 ◦ blue 73

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

Shades of Lucky Point #212449

Tints of Lucky Point #212449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.35%

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

R = 23.24%
G = 25.35%
B = 51.41%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#212449 (or 0x212449) is known color: Lucky Point. HEX triplet: 21, 24 and 49. RGB value is (33,36,73). Sum of RGB (Red+Green+Blue) = 33+36+73=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #212449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212449 is #DEDBB6. Grayscale: #272727. Windows color (decimal): -14605239 or 4793377. OLE color: 4793377.

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

Color convert

RGB 33 36 73 -
CMYK 0.55 0.51 0 0.71
HSL 235.5º 0.38% 0.21% -
HSV(B) 235.5º 0.55% 0.29% -
XYZ 2.46 2.07 6.57 -
YUV 39.32 147.01 123.49 -
System Red Green Blue C M Y K H S L
Decimal 33 36 73 0.55 0.51 0 0.71 235.5 0.38 0.21
Hex 21 24 49 37 33 0 47 EC 26 15
Octal 41 44 111 67 63 0 107 354 46 25
Binary 100001 100100 1001001 110111 110011 0 1000111 11101100 100110 10101

Color Harmonies of #212449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212449

Black with #212449

Text Example


Text Example

White with #212449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212449; }

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

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

background-color css

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

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

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

border-color css

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

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

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