#27347F

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

Shades of Resolution Blue #27347F

Tints of Resolution Blue #27347F

Color information

#27347F (or 0x27347F) is unknown color: approx Resolution Blue. HEX triplet: 27, 34 and 7F. RGB value is (39,52,127). Sum of RGB (Red+Green+Blue) = 39+52+127=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #27347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27347F is #D8CB80. Grayscale: #383838. Windows color (decimal): -14207873 or 8336423. OLE color: 8336423.

HSL color Cylindrical-coordinate representation of color #27347F: hue angle of 231.14º 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 #27347F is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3952127-
CMYK0.690.5900.50
HSL231.14º53.01%32.55%-
HSV(B)231.14º69.29%49.8%-
XYZ5.94.4220.62-
YUV56.66167.69115.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 127 (50% from 255) = 58.26%
R=17.89%
G=23.85%
B=58.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39521270.690.5900.50231.1453.0132.55
Hex27347F453B032e73521
Octal4764177105730623476541
Binary10011111010011111111000101111011011001011100111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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