#27304E

Color #27304E Bunting (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bunting #27304E

Tints of Bunting #27304E

Color information

#27304E (or 0x27304E) is unknown color: approx Bunting. HEX triplet: 27, 30 and 4E. RGB value is (39,48,78). Sum of RGB (Red+Green+Blue) = 39+48+78=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #27304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27304E is #D8CFB1. Grayscale: #303030. Windows color (decimal): -14208946 or 5124135. OLE color: 5124135.

HSL color Cylindrical-coordinate representation of color #27304E: hue angle of 226.15º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #27304E is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB394878-
CMYK0.500.3800.69
HSL226.15º33.33%22.94%-
HSV(B)226.15º50%30.59%-
XYZ3.273.17.63-
YUV48.73144.52121.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.64%
GREEN value IS 48 (19.14% from 255) = 29.09%
BLUE value IS 78 (30.86% from 255) = 47.27%
R=23.64%
G=29.09%
B=47.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3948780.500.3800.69226.1533.3322.94
Hex27304E3226045e22117
Octal4760116624601053424127
Binary1001111100001001110110010100110010001011110001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27304E; }

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

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

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

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

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

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

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

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