#273C7C

Color #273C7C Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #273C7C

Tints of Resolution Blue #273C7C

Color information

#273C7C (or 0x273C7C) is unknown color: approx Resolution Blue. HEX triplet: 27, 3C and 7C. RGB value is (39,60,124). Sum of RGB (Red+Green+Blue) = 39+60+124=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 124 (48.83% from 255 or 55.61% from 223); Max value from RGB is 124 - color contains mainly: blue. Hex color #273C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C7C is #D8C383. Grayscale: #3C3C3C. Windows color (decimal): -14205828 or 8141863. OLE color: 8141863.

HSL color Cylindrical-coordinate representation of color #273C7C: hue angle of 225.18º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #273C7C is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3960124-
CMYK0.690.5200.51
HSL225.18º52.15%31.96%-
HSV(B)225.18º68.55%48.63%-
XYZ6.095.1219.74-
YUV61.02163.54112.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.49%
GREEN value IS 60 (23.83% from 255) = 26.91%
BLUE value IS 124 (48.83% from 255) = 55.61%
R=17.49%
G=26.91%
B=55.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39601240.690.5200.51225.1852.1531.96
Hex273C7C4534033e13420
Octal4774174105640633416440
Binary10011111110011111001000101110100011001111100001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273C7C; }

 p { color: rgb(39,60,124); }

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

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

 a { background-color: rgb(39,60,124); }

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

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

 span { border-color: rgb(39,60,124); }

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