Html Css Color HEX #212949 Lucky Point

📋 copy color: '#212949'

red 33 ◦ green 41 ◦ blue 73

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

Shades of Lucky Point #212949

Tints of Lucky Point #212949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.89%

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

R = 22.45%
G = 27.89%
B = 49.66%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#212949 (or 0x212949) is known color: Lucky Point. HEX triplet: 21, 29 and 49. RGB value is (33,41,73). Sum of RGB (Red+Green+Blue) = 33+41+73=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #212949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212949 is #DED6B6. Grayscale: #2A2A2A. Windows color (decimal): -14603959 or 4794657. OLE color: 4794657.

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

Color convert

RGB 33 41 73 -
CMYK 0.55 0.44 0 0.71
HSL 228º 0.38% 0.21% -
HSV(B) 228º 0.55% 0.29% -
XYZ 2.62 2.39 6.63 -
YUV 42.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 33 41 73 0.55 0.44 0 0.71 228 0.38 0.21
Hex 21 29 49 37 2C 0 47 E4 26 15
Octal 41 51 111 67 54 0 107 344 46 25
Binary 100001 101001 1001001 110111 101100 0 1000111 11100100 100110 10101

Color Harmonies of #212949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212949

Black with #212949

Text Example


Text Example

White with #212949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212949; }

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

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

background-color css

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

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

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

border-color css

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

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

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