#27344F

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

Shades of Bunting #27344F

Tints of Bunting #27344F

Color information

#27344F (or 0x27344F) is unknown color: approx Bunting. HEX triplet: 27, 34 and 4F. RGB value is (39,52,79). Sum of RGB (Red+Green+Blue) = 39+52+79=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 79 - color contains mainly: blue. Hex color #27344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27344F is #D8CBB0. Grayscale: #333333. Windows color (decimal): -14207921 or 5190695. OLE color: 5190695.

HSL color Cylindrical-coordinate representation of color #27344F: hue angle of 220.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27344F is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB395279-
CMYK0.510.3400.69
HSL220.5º33.9%23.14%-
HSV(B)220.5º50.63%30.98%-
XYZ3.483.457.88-
YUV51.19143.69119.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.94%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 79 (31.25% from 255) = 46.47%
R=22.94%
G=30.59%
B=46.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3952790.510.3400.69220.533.923.14
Hex27344F3322045dc2217
Octal4764117634201053344227
Binary1001111101001001111110011100010010001011101110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27344F; }

 p { color: rgb(39,52,79); }

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

<style>
 a { background-color: #27344F; }

 a { background-color: rgb(39,52,79); }

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

<style>
 span { border-color: #27344F; }

 span { border-color: rgb(39,52,79); }

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