Html Css Color HEX #202353 Lucky Point

📋 copy color: '#202353'

red 32 ◦ green 35 ◦ blue 83

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

Shades of Lucky Point #202353

Tints of Lucky Point #202353

RGB

 RED value IS 32 (12.89% from 255) = 21.33%

 GREEN value IS 35 (14.06% from 255) = 23.33%

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

R = 21.33%
G = 23.33%
B = 55.33%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#202353 (or 0x202353) is known color: Lucky Point. HEX triplet: 20, 23 and 53. RGB value is (32,35,83). Sum of RGB (Red+Green+Blue) = 32+35+83=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #202353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202353 is #DFDCAC. Grayscale: #272727. Windows color (decimal): -14671021 or 5448480. OLE color: 5448480.

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

Color convert

RGB 32 35 83 -
CMYK 0.61 0.58 0 0.67
HSL 236.47º 0.44% 0.23% -
HSV(B) 236.47º 0.61% 0.33% -
XYZ 2.76 2.13 8.45 -
YUV 39.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 32 35 83 0.61 0.58 0 0.67 236.47 0.44 0.23
Hex 20 23 53 3D 3A 0 43 EC 2C 17
Octal 40 43 123 75 72 0 103 354 54 27
Binary 100000 100011 1010011 111101 111010 0 1000011 11101100 101100 10111

Color Harmonies of #202353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202353

Black with #202353

Text Example


Text Example

White with #202353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202353; }

 p { color: rgb(32,35,83); }

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

background-color css

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

 a { background-color: rgb(32,35,83); }

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

border-color css

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

 span { border-color: rgb(32,35,83); }

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