Html Css Color HEX #212859 Lucky Point

📋 copy color: '#212859'

red 33 ◦ green 40 ◦ blue 89

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

Shades of Lucky Point #212859

Tints of Lucky Point #212859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 54.94%

R = 20.37%
G = 24.69%
B = 54.94%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#212859 (or 0x212859) is known color: Lucky Point. HEX triplet: 21, 28 and 59. RGB value is (33,40,89). Sum of RGB (Red+Green+Blue) = 33+40+89=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #212859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212859 is #DED7A6. Grayscale: #2B2B2B. Windows color (decimal): -14604199 or 5842977. OLE color: 5842977.

HSL color Cylindrical-coordinate representation of color #212859: hue angle of 232.5º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #212859 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 40 89 -
CMYK 0.63 0.55 0 0.65
HSL 232.5º 0.46% 0.24% -
HSV(B) 232.5º 0.63% 0.35% -
XYZ 3.19 2.56 9.78 -
YUV 43.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 33 40 89 0.63 0.55 0 0.65 232.5 0.46 0.24
Hex 21 28 59 3F 37 0 41 E8 2E 18
Octal 41 50 131 77 67 0 101 350 56 30
Binary 100001 101000 1011001 111111 110111 0 1000001 11101000 101110 11000

Color Harmonies of #212859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212859

Black with #212859

Text Example


Text Example

White with #212859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212859; }

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

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

background-color css

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

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

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

border-color css

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

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

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