Html Css Color HEX #212850 Lucky Point

📋 copy color: '#212850'

red 33 ◦ green 40 ◦ blue 80

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

Shades of Lucky Point #212850

Tints of Lucky Point #212850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.14%

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

R = 21.57%
G = 26.14%
B = 52.29%

CMYK

 C value IS 0.59

 M value IS 0.5

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#212850 (or 0x212850) is known color: Lucky Point. HEX triplet: 21, 28 and 50. RGB value is (33,40,80). Sum of RGB (Red+Green+Blue) = 33+40+80=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 40 (16.02% from 255 or 26.14% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #212850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212850 is #DED7AF. Grayscale: #2A2A2A. Windows color (decimal): -14604208 or 5253153. OLE color: 5253153.

HSL color Cylindrical-coordinate representation of color #212850: hue angle of 231.06º 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 #212850 is Cyan = 0.59, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 33 40 80 -
CMYK 0.59 0.5 0 0.69
HSL 231.06º 0.42% 0.22% -
HSV(B) 231.06º 0.59% 0.31% -
XYZ 2.83 2.42 7.91 -
YUV 42.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 33 40 80 0.59 0.5 0 0.69 231.06 0.42 0.22
Hex 21 28 50 3B 32 0 45 E7 2A 16
Octal 41 50 120 73 62 0 105 347 52 26
Binary 100001 101000 1010000 111011 110010 0 1000101 11100111 101010 10110

Color Harmonies of #212850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212850

Black with #212850

Text Example


Text Example

White with #212850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212850; }

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

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

background-color css

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

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

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

border-color css

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

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

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