#273774

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

Shades of Resolution Blue #273774

Tints of Resolution Blue #273774

Color information

#273774 (or 0x273774) is unknown color: approx Resolution Blue. HEX triplet: 27, 37 and 74. RGB value is (39,55,116). Sum of RGB (Red+Green+Blue) = 39+55+116=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #273774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273774 is #D8C88B. Grayscale: #383838. Windows color (decimal): -14207116 or 7616295. OLE color: 7616295.

HSL color Cylindrical-coordinate representation of color #273774: hue angle of 227.53º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #273774 is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3955116-
CMYK0.660.5300.55
HSL227.53º49.68%30.39%-
HSV(B)227.53º66.38%45.49%-
XYZ5.364.4217.09-
YUV57.17161.2115.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 116 (45.70% from 255) = 55.24%
R=18.57%
G=26.19%
B=55.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39551160.660.5300.55227.5349.6830.39
Hex2737744235037e4321e
Octal4767164102650673446236
Binary1001111101111110100100001011010101101111110010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273774; }

 p { color: rgb(39,55,116); }

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

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

 a { background-color: rgb(39,55,116); }

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

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

 span { border-color: rgb(39,55,116); }

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