#273148

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

Shades of Bunting #273148

Tints of Bunting #273148

Color information

#273148 (or 0x273148) is unknown color: approx Bunting. HEX triplet: 27, 31 and 48. RGB value is (39,49,72). Sum of RGB (Red+Green+Blue) = 39+49+72=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 72 (28.52% from 255 or 45% from 160); Max value from RGB is 72 - color contains mainly: blue. Hex color #273148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273148 is #D8CEB7. Grayscale: #303030. Windows color (decimal): -14208696 or 4731175. OLE color: 4731175.

HSL color Cylindrical-coordinate representation of color #273148: hue angle of 221.82º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #273148 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB394972-
CMYK0.460.3200.72
HSL221.82º29.73%21.76%-
HSV(B)221.82º45.83%28.24%-
XYZ3.13.16.56-
YUV48.63141.19121.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 72 (28.52% from 255) = 45%
R=24.38%
G=30.62%
B=45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3949720.460.3200.72221.8229.7321.76
Hex2731482E20048de1e16
Octal4761110564001103363626
Binary100111110001100100010111010000001001000110111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273148; }

 p { color: rgb(39,49,72); }

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

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

 a { background-color: rgb(39,49,72); }

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

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

 span { border-color: rgb(39,49,72); }

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