#273061

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

Shades of Lucky Point #273061

Tints of Lucky Point #273061

Color information

#273061 (or 0x273061) is unknown color: approx Lucky Point. HEX triplet: 27, 30 and 61. RGB value is (39,48,97). Sum of RGB (Red+Green+Blue) = 39+48+97=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 97 (38.28% from 255 or 52.72% from 184); Max value from RGB is 97 - color contains mainly: blue. Hex color #273061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273061 is #D8CF9E. Grayscale: #323232. Windows color (decimal): -14208927 or 6369319. OLE color: 6369319.

HSL color Cylindrical-coordinate representation of color #273061: hue angle of 230.69º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #273061 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB394897-
CMYK0.600.5100.62
HSL230.69º42.65%26.67%-
HSV(B)230.69º59.79%38.04%-
XYZ4.053.4111.75-
YUV50.9154.02119.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.20%
GREEN value IS 48 (19.14% from 255) = 26.09%
BLUE value IS 97 (38.28% from 255) = 52.72%
R=21.20%
G=26.09%
B=52.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3948970.600.5100.62230.6942.6526.67
Hex2730613C3303Ee72b1b
Octal476014174630763475333
Binary100111110000110000111110011001101111101110011110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273061; }

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

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

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

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

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

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

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

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