Html Css Color HEX #212649 Lucky Point

📋 copy color: '#212649'

red 33 ◦ green 38 ◦ blue 73

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

Shades of Lucky Point #212649

Tints of Lucky Point #212649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.39%

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

R = 22.92%
G = 26.39%
B = 50.69%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#212649 (or 0x212649) is known color: Lucky Point. HEX triplet: 21, 26 and 49. RGB value is (33,38,73). Sum of RGB (Red+Green+Blue) = 33+38+73=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #212649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212649 is #DED9B6. Grayscale: #282828. Windows color (decimal): -14604727 or 4793889. OLE color: 4793889.

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

Color convert

RGB 33 38 73 -
CMYK 0.55 0.48 0 0.71
HSL 232.5º 0.38% 0.21% -
HSV(B) 232.5º 0.55% 0.29% -
XYZ 2.52 2.19 6.59 -
YUV 40.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 33 38 73 0.55 0.48 0 0.71 232.5 0.38 0.21
Hex 21 26 49 37 30 0 47 E8 26 15
Octal 41 46 111 67 60 0 107 350 46 25
Binary 100001 100110 1001001 110111 110000 0 1000111 11101000 100110 10101

Color Harmonies of #212649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212649

Black with #212649

Text Example


Text Example

White with #212649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212649; }

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

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

background-color css

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

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

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

border-color css

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

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

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