#273675

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

Shades of Resolution Blue #273675

Tints of Resolution Blue #273675

Color information

#273675 (or 0x273675) is unknown color: approx Resolution Blue. HEX triplet: 27, 36 and 75. RGB value is (39,54,117). Sum of RGB (Red+Green+Blue) = 39+54+117=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #273675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273675 is #D8C98A. Grayscale: #383838. Windows color (decimal): -14207371 or 7681575. OLE color: 7681575.

HSL color Cylindrical-coordinate representation of color #273675: hue angle of 228.46º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #273675 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3954117-
CMYK0.670.5400.54
HSL228.46º50%30.59%-
HSV(B)228.46º66.67%45.88%-
XYZ5.374.3517.39-
YUV56.7162.03115.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 54 (21.48% from 255) = 25.71%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=18.57%
G=25.71%
B=55.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39541170.670.5400.54228.465030.59
Hex2736754336036e4321f
Octal4766165103660663446237
Binary1001111101101110101100001111011001101101110010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273675; }

 p { color: rgb(39,54,117); }

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

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

 a { background-color: rgb(39,54,117); }

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

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

 span { border-color: rgb(39,54,117); }

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