#273352

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

Shades of Bunting #273352

Tints of Bunting #273352

Color information

#273352 (or 0x273352) is unknown color: approx Bunting. HEX triplet: 27, 33 and 52. RGB value is (39,51,82). Sum of RGB (Red+Green+Blue) = 39+51+82=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #273352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273352 is #D8CCAD. Grayscale: #323232. Windows color (decimal): -14208174 or 5387047. OLE color: 5387047.

HSL color Cylindrical-coordinate representation of color #273352: hue angle of 223.26º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #273352 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB395182-
CMYK0.520.3800.68
HSL223.26º35.54%23.73%-
HSV(B)223.26º52.44%32.16%-
XYZ3.543.418.45-
YUV50.95145.52119.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.67%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 82 (32.42% from 255) = 47.67%
R=22.67%
G=29.65%
B=47.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3951820.520.3800.68223.2635.5423.73
Hex2733523426044df2418
Octal4763122644601043374430
Binary1001111100111010010110100100110010001001101111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273352; }

 p { color: rgb(39,51,82); }

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

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

 a { background-color: rgb(39,51,82); }

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

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

 span { border-color: rgb(39,51,82); }

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