#27354D

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

Shades of Bunting #27354D

Tints of Bunting #27354D

Color information

#27354D (or 0x27354D) is unknown color: approx Bunting. HEX triplet: 27, 35 and 4D. RGB value is (39,53,77). Sum of RGB (Red+Green+Blue) = 39+53+77=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #27354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27354D is #D8CAB2. Grayscale: #333333. Windows color (decimal): -14207667 or 5059879. OLE color: 5059879.

HSL color Cylindrical-coordinate representation of color #27354D: hue angle of 217.89º 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 #27354D is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB395377-
CMYK0.490.3100.70
HSL217.89º32.76%22.75%-
HSV(B)217.89º49.35%30.2%-
XYZ3.453.517.52-
YUV51.55142.36119.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 53 (21.09% from 255) = 31.36%
BLUE value IS 77 (30.47% from 255) = 45.56%
R=23.08%
G=31.36%
B=45.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3953770.490.3100.70217.8932.7622.75
Hex27354D311F046da2117
Octal4765115613701063324127
Binary100111110101100110111000111111010001101101101010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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