Html Css Color HEX #202349 Lucky Point

📋 copy color: '#202349'

red 32 ◦ green 35 ◦ blue 73

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

Shades of Lucky Point #202349

Tints of Lucky Point #202349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 52.14%

R = 22.86%
G = 25%
B = 52.14%

CMYK

 C value IS 0.56

 M value IS 0.52

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#202349 (or 0x202349) is known color: Lucky Point. HEX triplet: 20, 23 and 49. RGB value is (32,35,73). Sum of RGB (Red+Green+Blue) = 32+35+73=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 73 (28.91% from 255 or 52.14% from 140); Max value from RGB is 73 - color contains mainly: blue. Hex color #202349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202349 is #DFDCB6. Grayscale: #262626. Windows color (decimal): -14671031 or 4793120. OLE color: 4793120.

HSL color Cylindrical-coordinate representation of color #202349: hue angle of 235.61º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #202349 is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 32 35 73 -
CMYK 0.56 0.52 0 0.71
HSL 235.61º 0.39% 0.21% -
HSV(B) 235.61º 0.56% 0.29% -
XYZ 2.4 1.99 6.56 -
YUV 38.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 32 35 73 0.56 0.52 0 0.71 235.61 0.39 0.21
Hex 20 23 49 38 34 0 47 EC 27 15
Octal 40 43 111 70 64 0 107 354 47 25
Binary 100000 100011 1001001 111000 110100 0 1000111 11101100 100111 10101

Color Harmonies of #202349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202349

Black with #202349

Text Example


Text Example

White with #202349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202349; }

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

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

background-color css

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

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

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

border-color css

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

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

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