#273378

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

Shades of Resolution Blue #273378

Tints of Resolution Blue #273378

Color information

#273378 (or 0x273378) is unknown color: approx Resolution Blue. HEX triplet: 27, 33 and 78. RGB value is (39,51,120). Sum of RGB (Red+Green+Blue) = 39+51+120=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #273378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273378 is #D8CC87. Grayscale: #363636. Windows color (decimal): -14208136 or 7877415. OLE color: 7877415.

HSL color Cylindrical-coordinate representation of color #273378: hue angle of 231.11º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #273378 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3951120-
CMYK0.670.5800.53
HSL231.11º50.94%31.18%-
HSV(B)231.11º67.5%47.06%-
XYZ5.414.1618.29-
YUV55.28164.52116.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 120 (47.27% from 255) = 57.14%
R=18.57%
G=24.29%
B=57.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39511200.670.5800.53231.1150.9431.18
Hex273378433A035e7331f
Octal4763170103720653476337
Binary1001111100111111000100001111101001101011110011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273378; }

 p { color: rgb(39,51,120); }

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

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

 a { background-color: rgb(39,51,120); }

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

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

 span { border-color: rgb(39,51,120); }

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