#27304A

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

Shades of Bunting #27304A

Tints of Bunting #27304A

Color information

#27304A (or 0x27304A) is unknown color: approx Bunting. HEX triplet: 27, 30 and 4A. RGB value is (39,48,74). Sum of RGB (Red+Green+Blue) = 39+48+74=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 74 (29.30% from 255 or 45.96% from 161); Max value from RGB is 74 - color contains mainly: blue. Hex color #27304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27304A is #D8CFB5. Grayscale: #303030. Windows color (decimal): -14208950 or 4861991. OLE color: 4861991.

HSL color Cylindrical-coordinate representation of color #27304A: hue angle of 224.57º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27304A is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB394874-
CMYK0.470.3500.71
HSL224.57º30.97%22.16%-
HSV(B)224.57º47.3%29.02%-
XYZ3.133.046.9-
YUV48.27142.52121.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.22%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 74 (29.30% from 255) = 45.96%
R=24.22%
G=29.81%
B=45.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3948740.470.3500.71224.5730.9722.16
Hex27304A2F23047e11f16
Octal4760112574301073413726
Binary100111110000100101010111110001101000111111000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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