Html Css Color HEX #212550 Lucky Point

📋 copy color: '#212550'

red 33 ◦ green 37 ◦ blue 80

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

Shades of Lucky Point #212550

Tints of Lucky Point #212550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.67%

 BLUE value IS 80 (31.64% from 255) = 53.33%

R = 22%
G = 24.67%
B = 53.33%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#212550 (or 0x212550) is known color: Lucky Point. HEX triplet: 21, 25 and 50. RGB value is (33,37,80). Sum of RGB (Red+Green+Blue) = 33+37+80=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #212550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212550 is #DEDAAF. Grayscale: #282828. Windows color (decimal): -14604976 or 5252385. OLE color: 5252385.

HSL color Cylindrical-coordinate representation of color #212550: hue angle of 234.89º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #212550 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 37 80 -
CMYK 0.59 0.54 0 0.69
HSL 234.89º 0.42% 0.22% -
HSV(B) 234.89º 0.59% 0.31% -
XYZ 2.74 2.23 7.87 -
YUV 40.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 33 37 80 0.59 0.54 0 0.69 234.89 0.42 0.22
Hex 21 25 50 3B 36 0 45 EB 2A 16
Octal 41 45 120 73 66 0 105 353 52 26
Binary 100001 100101 1010000 111011 110110 0 1000101 11101011 101010 10110

Color Harmonies of #212550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212550

Black with #212550

Text Example


Text Example

White with #212550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212550; }

 p { color: rgb(33,37,80); }

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

background-color css

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

 a { background-color: rgb(33,37,80); }

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

border-color css

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

 span { border-color: rgb(33,37,80); }

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