Html Css Color HEX #20275E Lucky Point

📋 copy color: '#20275E'

red 32 ◦ green 39 ◦ blue 94

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

Shades of Lucky Point #20275E

Tints of Lucky Point #20275E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.64%

 BLUE value IS 94 (37.11% from 255) = 56.97%

R = 19.39%
G = 23.64%
B = 56.97%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20275E (or 0x20275E) is known color: Lucky Point. HEX triplet: 20, 27 and 5E. RGB value is (32,39,94). Sum of RGB (Red+Green+Blue) = 32+39+94=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #20275E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20275E is #DFD8A1. Grayscale: #2A2A2A. Windows color (decimal): -14669986 or 6170400. OLE color: 6170400.

HSL color Cylindrical-coordinate representation of color #20275E: hue angle of 233.23º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20275E is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 39 94 -
CMYK 0.66 0.59 0 0.63
HSL 233.23º 0.49% 0.25% -
HSV(B) 233.23º 0.66% 0.37% -
XYZ 3.34 2.57 10.91 -
YUV 43.18 156.68 120.03 -
System Red Green Blue C M Y K H S L
Decimal 32 39 94 0.66 0.59 0 0.63 233.23 0.49 0.25
Hex 20 27 5E 42 3B 0 3F E9 31 19
Octal 40 47 136 102 73 0 77 351 61 31
Binary 100000 100111 1011110 1000010 111011 0 111111 11101001 110001 11001

Color Harmonies of #20275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20275E

Black with #20275E

Text Example


Text Example

White with #20275E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20275E; }

 p { color: rgb(32,39,94); }

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

background-color css

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

 a { background-color: rgb(32,39,94); }

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

border-color css

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

 span { border-color: rgb(32,39,94); }

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