#27304D

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

Shades of Bunting #27304D

Tints of Bunting #27304D

Color information

#27304D (or 0x27304D) is unknown color: approx Bunting. HEX triplet: 27, 30 and 4D. RGB value is (39,48,77). Sum of RGB (Red+Green+Blue) = 39+48+77=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #27304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27304D is #D8CFB2. Grayscale: #303030. Windows color (decimal): -14208947 or 5058599. OLE color: 5058599.

HSL color Cylindrical-coordinate representation of color #27304D: hue angle of 225.79º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27304D is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB394877-
CMYK0.490.3800.70
HSL225.79º32.76%22.75%-
HSV(B)225.79º49.35%30.2%-
XYZ3.233.087.45-
YUV48.61144.02121.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.78%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 77 (30.47% from 255) = 46.95%
R=23.78%
G=29.27%
B=46.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3948770.490.3800.70225.7932.7622.75
Hex27304D3126046e22117
Octal4760115614601063424127
Binary1001111100001001101110001100110010001101110001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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