#273F7B

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

Shades of Resolution Blue #273F7B

Tints of Resolution Blue #273F7B

Color information

#273F7B (or 0x273F7B) is unknown color: approx Resolution Blue. HEX triplet: 27, 3F and 7B. RGB value is (39,63,123). Sum of RGB (Red+Green+Blue) = 39+63+123=225 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.33% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #273F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F7B is #D8C084. Grayscale: #3E3E3E. Windows color (decimal): -14205061 or 8077095. OLE color: 8077095.

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

Color convert

RGB3963123-
CMYK0.680.4900.52
HSL222.86º51.85%31.76%-
HSV(B)222.86º68.29%48.24%-
XYZ6.195.4219.46-
YUV62.66162.05111.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.33%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 123 (48.44% from 255) = 54.67%
R=17.33%
G=28%
B=54.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39631230.680.4900.52222.8651.8531.76
Hex273F7B4431034df3420
Octal4777173104610643376440
Binary10011111111111110111000100110001011010011011111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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