Html Css Color HEX #202F58 Lucky Point

📋 copy color: '#202F58'

red 32 ◦ green 47 ◦ blue 88

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

Shades of Lucky Point #202F58

Tints of Lucky Point #202F58

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.14%

 BLUE value IS 88 (34.77% from 255) = 52.69%

R = 19.16%
G = 28.14%
B = 52.69%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#202F58 (or 0x202F58) is known color: Lucky Point. HEX triplet: 20, 2F and 58. RGB value is (32,47,88). Sum of RGB (Red+Green+Blue) = 32+47+88=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #202F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #202F58 is #DFD0A7. Grayscale: #2F2F2F. Windows color (decimal): -14667944 or 5779232. OLE color: 5779232.

HSL color Cylindrical-coordinate representation of color #202F58: hue angle of 223.93º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #202F58 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 47 88 -
CMYK 0.64 0.47 0 0.65
HSL 223.93º 0.47% 0.24% -
HSV(B) 223.93º 0.64% 0.35% -
XYZ 3.37 3.04 9.64 -
YUV 47.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 32 47 88 0.64 0.47 0 0.65 223.93 0.47 0.24
Hex 20 2F 58 40 2F 0 41 E0 2F 18
Octal 40 57 130 100 57 0 101 340 57 30
Binary 100000 101111 1011000 1000000 101111 0 1000001 11100000 101111 11000

Color Harmonies of #202F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #202F58

Black with #202F58

Text Example


Text Example

White with #202F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #202F58; }

 p { color: rgb(32,47,88); }

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

background-color css

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

 a { background-color: rgb(32,47,88); }

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

border-color css

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

 span { border-color: rgb(32,47,88); }

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