#273053

Color #273053 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #273053

Tints of Lucky Point #273053

Color information

#273053 (or 0x273053) is unknown color: approx Lucky Point. HEX triplet: 27, 30 and 53. RGB value is (39,48,83). Sum of RGB (Red+Green+Blue) = 39+48+83=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #273053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273053 is #D8CFAC. Grayscale: #313131. Windows color (decimal): -14208941 or 5451815. OLE color: 5451815.

HSL color Cylindrical-coordinate representation of color #273053: hue angle of 227.73º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #273053 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB394883-
CMYK0.530.4200.67
HSL227.73º36.07%23.92%-
HSV(B)227.73º53.01%32.55%-
XYZ3.453.178.61-
YUV49.3147.02120.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.94%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 83 (32.81% from 255) = 48.82%
R=22.94%
G=28.24%
B=48.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3948830.530.4200.67227.7336.0723.92
Hex273053352A043e42418
Octal4760123655201033444430
Binary1001111100001010011110101101010010000111110010010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273053; }

 p { color: rgb(39,48,83); }

 H1.HeaderClassName
 {
   color: #273053;
 }
 .AnyTagClassName
 {
   color: #273053;
 }
</style>
background-color css

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

 a { background-color: rgb(39,48,83); }

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

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

 span { border-color: rgb(39,48,83); }

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