Html Css Color HEX #212749 Lucky Point

📋 copy color: '#212749'

red 33 ◦ green 39 ◦ blue 73

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

Shades of Lucky Point #212749

Tints of Lucky Point #212749

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.9%

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

R = 22.76%
G = 26.9%
B = 50.34%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#212749 (or 0x212749) is known color: Lucky Point. HEX triplet: 21, 27 and 49. RGB value is (33,39,73). Sum of RGB (Red+Green+Blue) = 33+39+73=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #212749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212749 is #DED8B6. Grayscale: #282828. Windows color (decimal): -14604471 or 4794145. OLE color: 4794145.

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

Color convert

RGB 33 39 73 -
CMYK 0.55 0.47 0 0.71
HSL 231º 0.38% 0.21% -
HSV(B) 231º 0.55% 0.29% -
XYZ 2.56 2.26 6.6 -
YUV 41.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 33 39 73 0.55 0.47 0 0.71 231 0.38 0.21
Hex 21 27 49 37 2F 0 47 E7 26 15
Octal 41 47 111 67 57 0 107 347 46 25
Binary 100001 100111 1001001 110111 101111 0 1000111 11100111 100110 10101

Color Harmonies of #212749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212749

Black with #212749

Text Example


Text Example

White with #212749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212749; }

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

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

background-color css

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

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

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

border-color css

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

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

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