#27407f

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

Shades of Resolution Blue #27407F

Tints of Resolution Blue #27407F

Color information

#27407F (or 0x27407F) is unknown color: approx Resolution Blue. HEX triplet: 27, 40 and 7F. RGB value is (39,64,127). Sum of RGB (Red+Green+Blue) = 39+64+127=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #27407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27407F is #D8BF80. Grayscale: #3F3F3F. Windows color (decimal): -14204801 or 8339495. OLE color: 8339495.

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

Color convert

RGB3964127-
CMYK0.690.5000.50
HSL222.95º53.01%32.55%-
HSV(B)222.95º69.29%49.8%-
XYZ6.55.6320.82-
YUV63.71163.72110.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.96%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 127 (50% from 255) = 55.22%
R=16.96%
G=27.83%
B=55.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39641270.690.5000.50222.9553.0132.55
Hex27407F4532032df3521
Octal47100177105620623376541
Binary100111100000011111111000101110010011001011011111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27407f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27407f; }

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

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

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

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

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

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

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

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