#273C7D

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

Shades of Resolution Blue #273C7D

Tints of Resolution Blue #273C7D

Color information

#273C7D (or 0x273C7D) is unknown color: approx Resolution Blue. HEX triplet: 27, 3C and 7D. RGB value is (39,60,125). Sum of RGB (Red+Green+Blue) = 39+60+125=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #273C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C7D is #D8C382. Grayscale: #3C3C3C. Windows color (decimal): -14205827 or 8207399. OLE color: 8207399.

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

Color convert

RGB3960125-
CMYK0.690.5200.51
HSL225.35º52.44%32.16%-
HSV(B)225.35º68.8%49.02%-
XYZ6.155.1420.07-
YUV61.13164.04112.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.41%
GREEN value IS 60 (23.83% from 255) = 26.79%
BLUE value IS 125 (49.22% from 255) = 55.80%
R=17.41%
G=26.79%
B=55.80%

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
Decimal39601250.690.5200.51225.3552.4432.16
Hex273C7D4534033e13420
Octal4774175105640633416440
Binary10011111110011111011000101110100011001111100001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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