Html Css Color HEX #212557 Lucky Point

📋 copy color: '#212557'

red 33 ◦ green 37 ◦ blue 87

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

Shades of Lucky Point #212557

Tints of Lucky Point #212557

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.57%

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

R = 21.02%
G = 23.57%
B = 55.41%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#212557 (or 0x212557) is known color: Lucky Point. HEX triplet: 21, 25 and 57. RGB value is (33,37,87). Sum of RGB (Red+Green+Blue) = 33+37+87=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #212557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212557 is #DEDAA8. Grayscale: #292929. Windows color (decimal): -14604969 or 5711137. OLE color: 5711137.

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

Color convert

RGB 33 37 87 -
CMYK 0.62 0.57 0 0.66
HSL 235.56º 0.45% 0.24% -
HSV(B) 235.56º 0.62% 0.34% -
XYZ 3.01 2.33 9.31 -
YUV 41.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 33 37 87 0.62 0.57 0 0.66 235.56 0.45 0.24
Hex 21 25 57 3E 39 0 42 EC 2D 18
Octal 41 45 127 76 71 0 102 354 55 30
Binary 100001 100101 1010111 111110 111001 0 1000010 11101100 101101 11000

Color Harmonies of #212557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212557

Black with #212557

Text Example


Text Example

White with #212557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212557; }

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

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

background-color css

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

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

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

border-color css

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

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

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