Html Css Color HEX #212857 Lucky Point

📋 copy color: '#212857'

red 33 ◦ green 40 ◦ blue 87

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

Shades of Lucky Point #212857

Tints of Lucky Point #212857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 54.38%

R = 20.63%
G = 25%
B = 54.38%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#212857 (or 0x212857) is known color: Lucky Point. HEX triplet: 21, 28 and 57. RGB value is (33,40,87). Sum of RGB (Red+Green+Blue) = 33+40+87=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #212857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212857 is #DED7A8. Grayscale: #2B2B2B. Windows color (decimal): -14604201 or 5711905. OLE color: 5711905.

HSL color Cylindrical-coordinate representation of color #212857: hue angle of 232.22º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #212857 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 40 87 -
CMYK 0.62 0.54 0 0.66
HSL 232.22º 0.45% 0.24% -
HSV(B) 232.22º 0.62% 0.34% -
XYZ 3.11 2.53 9.34 -
YUV 43.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 33 40 87 0.62 0.54 0 0.66 232.22 0.45 0.24
Hex 21 28 57 3E 36 0 42 E8 2D 18
Octal 41 50 127 76 66 0 102 350 55 30
Binary 100001 101000 1010111 111110 110110 0 1000010 11101000 101101 11000

Color Harmonies of #212857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212857

Black with #212857

Text Example


Text Example

White with #212857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212857; }

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

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

background-color css

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

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

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

border-color css

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

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

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