#27305D

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

Shades of Lucky Point #27305D

Tints of Lucky Point #27305D

Color information

#27305D (or 0x27305D) is unknown color: approx Lucky Point. HEX triplet: 27, 30 and 5D. RGB value is (39,48,93). Sum of RGB (Red+Green+Blue) = 39+48+93=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #27305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27305D is #D8CFA2. Grayscale: #323232. Windows color (decimal): -14208931 or 6107175. OLE color: 6107175.

HSL color Cylindrical-coordinate representation of color #27305D: hue angle of 230º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #27305D is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB394893-
CMYK0.580.4800.64
HSL230º40.91%25.88%-
HSV(B)230º58.06%36.47%-
XYZ3.873.3410.8-
YUV50.44152.02119.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.67%
GREEN value IS 48 (19.14% from 255) = 26.67%
BLUE value IS 93 (36.72% from 255) = 51.67%
R=21.67%
G=26.67%
B=51.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3948930.580.4800.6423040.9125.88
Hex27305D3A30040e6291a
Octal4760135726001003465132
Binary1001111100001011101111010110000010000001110011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27305D; }

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

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

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

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

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

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

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

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