#27397F

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

Shades of Resolution Blue #27397F

Tints of Resolution Blue #27397F

Color information

#27397F (or 0x27397F) is unknown color: approx Resolution Blue. HEX triplet: 27, 39 and 7F. RGB value is (39,57,127). Sum of RGB (Red+Green+Blue) = 39+57+127=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #27397F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27397F is #D8C680. Grayscale: #3B3B3B. Windows color (decimal): -14206593 or 8337703. OLE color: 8337703.

HSL color Cylindrical-coordinate representation of color #27397F: hue angle of 227.73º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27397F is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3957127-
CMYK0.690.5500.50
HSL227.73º53.01%32.55%-
HSV(B)227.73º69.29%49.8%-
XYZ6.134.8920.7-
YUV59.6166.04113.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.49%
GREEN value IS 57 (22.66% from 255) = 25.56%
BLUE value IS 127 (50% from 255) = 56.95%
R=17.49%
G=25.56%
B=56.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39571270.690.5500.50227.7353.0132.55
Hex27397F4537032e43521
Octal4771177105670623446541
Binary10011111100111111111000101110111011001011100100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27397F; }

 p { color: rgb(39,57,127); }

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

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

 a { background-color: rgb(39,57,127); }

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

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

 span { border-color: rgb(39,57,127); }

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