Html Css Color HEX #212653 Lucky Point

📋 copy color: '#212653'

red 33 ◦ green 38 ◦ blue 83

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

Shades of Lucky Point #212653

Tints of Lucky Point #212653

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.68%

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

R = 21.43%
G = 24.68%
B = 53.9%

CMYK

 C value IS 0.60

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#212653 (or 0x212653) is known color: Lucky Point. HEX triplet: 21, 26 and 53. RGB value is (33,38,83). Sum of RGB (Red+Green+Blue) = 33+38+83=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #212653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #212653 is #DED9AC. Grayscale: #292929. Windows color (decimal): -14604717 or 5449249. OLE color: 5449249.

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

Color convert

RGB 33 38 83 -
CMYK 0.60 0.54 0 0.67
HSL 234º 0.43% 0.23% -
HSV(B) 234º 0.6% 0.33% -
XYZ 2.88 2.33 8.48 -
YUV 41.64 151.34 121.84 -
System Red Green Blue C M Y K H S L
Decimal 33 38 83 0.60 0.54 0 0.67 234 0.43 0.23
Hex 21 26 53 3C 36 0 43 EA 2B 17
Octal 41 46 123 74 66 0 103 352 53 27
Binary 100001 100110 1010011 111100 110110 0 1000011 11101010 101011 10111

Color Harmonies of #212653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212653

Black with #212653

Text Example


Text Example

White with #212653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212653; }

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

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

background-color css

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

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

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

border-color css

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

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

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