#273a7d

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

Shades of Resolution Blue #273A7D

Tints of Resolution Blue #273A7D

Color information

#273A7D (or 0x273A7D) is unknown color: approx Resolution Blue. HEX triplet: 27, 3A and 7D. RGB value is (39,58,125). Sum of RGB (Red+Green+Blue) = 39+58+125=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #273A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273A7D is #D8C582. Grayscale: #3B3B3B. Windows color (decimal): -14206339 or 8206887. OLE color: 8206887.

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

Color convert

RGB3958125-
CMYK0.690.5400.51
HSL226.74º52.44%32.16%-
HSV(B)226.74º68.8%49.02%-
XYZ6.054.9420.04-
YUV59.96164.71113.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 58 (23.05% from 255) = 26.13%
BLUE value IS 125 (49.22% from 255) = 56.31%
R=17.57%
G=26.13%
B=56.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39581250.690.5400.51226.7452.4432.16
Hex273A7D4536033e33420
Octal4772175105660633436440
Binary10011111101011111011000101110110011001111100011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273a7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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