#273A7C

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

Shades of Resolution Blue #273A7C

Tints of Resolution Blue #273A7C

Color information

#273A7C (or 0x273A7C) is unknown color: approx Resolution Blue. HEX triplet: 27, 3A and 7C. RGB value is (39,58,124). Sum of RGB (Red+Green+Blue) = 39+58+124=221 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.65% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #273A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273A7C is #D8C583. Grayscale: #3B3B3B. Windows color (decimal): -14206340 or 8141351. OLE color: 8141351.

HSL color Cylindrical-coordinate representation of color #273A7C: hue angle of 226.59º 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 #273A7C is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3958124-
CMYK0.690.5300.51
HSL226.59º52.15%31.96%-
HSV(B)226.59º68.55%48.63%-
XYZ5.994.9119.7-
YUV59.84164.21113.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.65%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 124 (48.83% from 255) = 56.11%
R=17.65%
G=26.24%
B=56.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39581240.690.5300.51226.5952.1531.96
Hex273A7C4535033e33420
Octal4772174105650633436440
Binary10011111101011111001000101110101011001111100011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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