#273256

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

Shades of Lucky Point #273256

Tints of Lucky Point #273256

Color information

#273256 (or 0x273256) is unknown color: approx Lucky Point. HEX triplet: 27, 32 and 56. RGB value is (39,50,86). Sum of RGB (Red+Green+Blue) = 39+50+86=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #273256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273256 is #D8CDA9. Grayscale: #323232. Windows color (decimal): -14208426 or 5648935. OLE color: 5648935.

HSL color Cylindrical-coordinate representation of color #273256: hue angle of 225.96º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #273256 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB395086-
CMYK0.550.4200.66
HSL225.96º37.6%24.51%-
HSV(B)225.96º54.65%33.73%-
XYZ3.663.389.26-
YUV50.82147.86119.57-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.29%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=22.29%
G=28.57%
B=49.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3950860.550.4200.66225.9637.624.51
Hex273256372A042e22619
Octal4762126675201023424631
Binary1001111100101010110110111101010010000101110001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273256; }

 p { color: rgb(39,50,86); }

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

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

 a { background-color: rgb(39,50,86); }

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

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

 span { border-color: rgb(39,50,86); }

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