#273C7B

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

Shades of Resolution Blue #273C7B

Tints of Resolution Blue #273C7B

Color information

#273C7B (or 0x273C7B) is unknown color: approx Resolution Blue. HEX triplet: 27, 3C and 7B. RGB value is (39,60,123). Sum of RGB (Red+Green+Blue) = 39+60+123=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #273C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273C7B is #D8C384. Grayscale: #3C3C3C. Windows color (decimal): -14205829 or 8076327. OLE color: 8076327.

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

Color convert

RGB3960123-
CMYK0.680.5100.52
HSL225º51.85%31.76%-
HSV(B)225º68.29%48.24%-
XYZ6.035.0919.4-
YUV60.9163.04112.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 60 (23.83% from 255) = 27.03%
BLUE value IS 123 (48.44% from 255) = 55.41%
R=17.57%
G=27.03%
B=55.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39601230.680.5100.5222551.8531.76
Hex273C7B4433034e13420
Octal4774173104630643416440
Binary10011111110011110111000100110011011010011100001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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