Html Css Color HEX #212555 Lucky Point

📋 copy color: '#212555'

red 33 ◦ green 37 ◦ blue 85

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

Shades of Lucky Point #212555

Tints of Lucky Point #212555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 54.84%

R = 21.29%
G = 23.87%
B = 54.84%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#212555 (or 0x212555) is known color: Lucky Point. HEX triplet: 21, 25 and 55. RGB value is (33,37,85). Sum of RGB (Red+Green+Blue) = 33+37+85=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #212555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212555 is #DEDAAA. Grayscale: #292929. Windows color (decimal): -14604971 or 5580065. OLE color: 5580065.

HSL color Cylindrical-coordinate representation of color #212555: hue angle of 235.38º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #212555 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 37 85 -
CMYK 0.61 0.56 0 0.67
HSL 235.38º 0.44% 0.23% -
HSV(B) 235.38º 0.61% 0.33% -
XYZ 2.93 2.3 8.88 -
YUV 41.28 152.67 122.1 -
System Red Green Blue C M Y K H S L
Decimal 33 37 85 0.61 0.56 0 0.67 235.38 0.44 0.23
Hex 21 25 55 3D 38 0 43 EB 2C 17
Octal 41 45 125 75 70 0 103 353 54 27
Binary 100001 100101 1010101 111101 111000 0 1000011 11101011 101100 10111

Color Harmonies of #212555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212555

Black with #212555

Text Example


Text Example

White with #212555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212555; }

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

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

background-color css

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

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

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

border-color css

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

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

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