Html Css Color HEX #212552 Lucky Point

📋 copy color: '#212552'

red 33 ◦ green 37 ◦ blue 82

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

Shades of Lucky Point #212552

Tints of Lucky Point #212552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 53.95%

R = 21.71%
G = 24.34%
B = 53.95%

CMYK

 C value IS 0.60

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#212552 (or 0x212552) is known color: Lucky Point. HEX triplet: 21, 25 and 52. RGB value is (33,37,82). Sum of RGB (Red+Green+Blue) = 33+37+82=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #212552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212552 is #DEDAAD. Grayscale: #282828. Windows color (decimal): -14604974 or 5383457. OLE color: 5383457.

HSL color Cylindrical-coordinate representation of color #212552: hue angle of 235.1º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #212552 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 37 82 -
CMYK 0.60 0.55 0 0.68
HSL 235.1º 0.43% 0.23% -
HSV(B) 235.1º 0.6% 0.32% -
XYZ 2.81 2.26 8.27 -
YUV 40.93 151.17 122.34 -
System Red Green Blue C M Y K H S L
Decimal 33 37 82 0.60 0.55 0 0.68 235.1 0.43 0.23
Hex 21 25 52 3C 37 0 44 EB 2B 17
Octal 41 45 122 74 67 0 104 353 53 27
Binary 100001 100101 1010010 111100 110111 0 1000100 11101011 101011 10111

Color Harmonies of #212552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212552

Black with #212552

Text Example


Text Example

White with #212552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212552; }

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

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

background-color css

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

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

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

border-color css

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

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

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