Html Css Color HEX #212357 Lucky Point

📋 copy color: '#212357'

red 33 ◦ green 35 ◦ blue 87

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

Shades of Lucky Point #212357

Tints of Lucky Point #212357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.58%

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

R = 21.29%
G = 22.58%
B = 56.13%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#212357 (or 0x212357) is known color: Lucky Point. HEX triplet: 21, 23 and 57. RGB value is (33,35,87). Sum of RGB (Red+Green+Blue) = 33+35+87=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #212357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212357 is #DEDCA8. Grayscale: #282828. Windows color (decimal): -14605481 or 5710625. OLE color: 5710625.

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

Color convert

RGB 33 35 87 -
CMYK 0.62 0.60 0 0.66
HSL 237.78º 0.45% 0.24% -
HSV(B) 237.78º 0.62% 0.34% -
XYZ 2.95 2.21 9.29 -
YUV 40.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 33 35 87 0.62 0.60 0 0.66 237.78 0.45 0.24
Hex 21 23 57 3E 3C 0 42 EE 2D 18
Octal 41 43 127 76 74 0 102 356 55 30
Binary 100001 100011 1010111 111110 111100 0 1000010 11101110 101101 11000

Color Harmonies of #212357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212357

Black with #212357

Text Example


Text Example

White with #212357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212357; }

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

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

background-color css

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

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

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

border-color css

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

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

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