Html Css Color HEX #202355 Lucky Point

📋 copy color: '#202355'

red 32 ◦ green 35 ◦ blue 85

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

Shades of Lucky Point #202355

Tints of Lucky Point #202355

RGB

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

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

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

R = 21.05%
G = 23.03%
B = 55.92%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#202355 (or 0x202355) is known color: Lucky Point. HEX triplet: 20, 23 and 55. RGB value is (32,35,85). Sum of RGB (Red+Green+Blue) = 32+35+85=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 85 (33.59% from 255 or 55.92% from 152); Max value from RGB is 85 - color contains mainly: blue. Hex color #202355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202355 is #DFDCAA. Grayscale: #272727. Windows color (decimal): -14671019 or 5579552. OLE color: 5579552.

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

Color convert

RGB 32 35 85 -
CMYK 0.62 0.59 0 0.67
HSL 236.6º 0.45% 0.23% -
HSV(B) 236.6º 0.62% 0.33% -
XYZ 2.84 2.17 8.86 -
YUV 39.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 32 35 85 0.62 0.59 0 0.67 236.6 0.45 0.23
Hex 20 23 55 3E 3B 0 43 ED 2D 17
Octal 40 43 125 76 73 0 103 355 55 27
Binary 100000 100011 1010101 111110 111011 0 1000011 11101101 101101 10111

Color Harmonies of #202355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202355

Black with #202355

Text Example


Text Example

White with #202355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202355; }

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

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

background-color css

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

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

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

border-color css

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

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

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