#272D61

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

Shades of Lucky Point #272D61

Tints of Lucky Point #272D61

Color information

#272D61 (or 0x272D61) is unknown color: approx Lucky Point. HEX triplet: 27, 2D and 61. RGB value is (39,45,97). Sum of RGB (Red+Green+Blue) = 39+45+97=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #272D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272D61 is #D8D29E. Grayscale: #303030. Windows color (decimal): -14209695 or 6368551. OLE color: 6368551.

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

Color convert

RGB394597-
CMYK0.600.5400.62
HSL233.79º42.65%26.67%-
HSV(B)233.79º59.79%38.04%-
XYZ3.933.1711.71-
YUV49.13155.01120.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.55%
GREEN value IS 45 (17.97% from 255) = 24.86%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=21.55%
G=24.86%
B=53.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3945970.600.5400.62233.7942.6526.67
Hex272D613C3603Eea2b1b
Octal475514174660763525333
Binary100111101101110000111110011011001111101110101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272D61; }

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

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

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

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

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

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

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

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