Html Css Color HEX #212753 Lucky Point

📋 copy color: '#212753'

red 33 ◦ green 39 ◦ blue 83

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

Shades of Lucky Point #212753

Tints of Lucky Point #212753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 53.55%

R = 21.29%
G = 25.16%
B = 53.55%

CMYK

 C value IS 0.60

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#212753 (or 0x212753) is known color: Lucky Point. HEX triplet: 21, 27 and 53. RGB value is (33,39,83). Sum of RGB (Red+Green+Blue) = 33+39+83=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #212753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212753 is #DED8AC. Grayscale: #2A2A2A. Windows color (decimal): -14604461 or 5449505. OLE color: 5449505.

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

Color convert

RGB 33 39 83 -
CMYK 0.60 0.53 0 0.67
HSL 232.8º 0.43% 0.23% -
HSV(B) 232.8º 0.6% 0.33% -
XYZ 2.91 2.4 8.49 -
YUV 42.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 33 39 83 0.60 0.53 0 0.67 232.8 0.43 0.23
Hex 21 27 53 3C 35 0 43 E9 2B 17
Octal 41 47 123 74 65 0 103 351 53 27
Binary 100001 100111 1010011 111100 110101 0 1000011 11101001 101011 10111

Color Harmonies of #212753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212753

Black with #212753

Text Example


Text Example

White with #212753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212753; }

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

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

background-color css

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

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

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

border-color css

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

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

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