#273161

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

Shades of Lucky Point #273161

Tints of Lucky Point #273161

Color information

#273161 (or 0x273161) is unknown color: approx Lucky Point. HEX triplet: 27, 31 and 61. RGB value is (39,49,97). Sum of RGB (Red+Green+Blue) = 39+49+97=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #273161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273161 is #D8CE9E. Grayscale: #333333. Windows color (decimal): -14208671 or 6369575. OLE color: 6369575.

HSL color Cylindrical-coordinate representation of color #273161: hue angle of 229.66º 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 #273161 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB394997-
CMYK0.600.4900.62
HSL229.66º42.65%26.67%-
HSV(B)229.66º59.79%38.04%-
XYZ4.093.4911.77-
YUV51.48153.69119.1-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 49 (19.53% from 255) = 26.49%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=21.08%
G=26.49%
B=52.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3949970.600.4900.62229.6642.6526.67
Hex2731613C3103Ee62b1b
Octal476114174610763465333
Binary100111110001110000111110011000101111101110011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273161; }

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

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

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

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

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

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

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

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