Html Css Color HEX #212757 Lucky Point

📋 copy color: '#212757'

red 33 ◦ green 39 ◦ blue 87

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

Shades of Lucky Point #212757

Tints of Lucky Point #212757

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.53%

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

R = 20.75%
G = 24.53%
B = 54.72%

CMYK

 C value IS 0.62

 M value IS 0.55

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#212757 (or 0x212757) is known color: Lucky Point. HEX triplet: 21, 27 and 57. RGB value is (33,39,87). Sum of RGB (Red+Green+Blue) = 33+39+87=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #212757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212757 is #DED8A8. Grayscale: #2A2A2A. Windows color (decimal): -14604457 or 5711649. OLE color: 5711649.

HSL color Cylindrical-coordinate representation of color #212757: hue angle of 233.33º 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 #212757 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 39 87 -
CMYK 0.62 0.55 0 0.66
HSL 233.33º 0.45% 0.24% -
HSV(B) 233.33º 0.62% 0.34% -
XYZ 3.07 2.46 9.33 -
YUV 42.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 33 39 87 0.62 0.55 0 0.66 233.33 0.45 0.24
Hex 21 27 57 3E 37 0 42 E9 2D 18
Octal 41 47 127 76 67 0 102 351 55 30
Binary 100001 100111 1010111 111110 110111 0 1000010 11101001 101101 11000

Color Harmonies of #212757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212757

Black with #212757

Text Example


Text Example

White with #212757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212757; }

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

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

background-color css

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

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

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

border-color css

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

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

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