#27397C

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

Shades of Resolution Blue #27397C

Tints of Resolution Blue #27397C

Color information

#27397C (or 0x27397C) is unknown color: approx Resolution Blue. HEX triplet: 27, 39 and 7C. RGB value is (39,57,124). Sum of RGB (Red+Green+Blue) = 39+57+124=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #27397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27397C is #D8C683. Grayscale: #3A3A3A. Windows color (decimal): -14206596 or 8141095. OLE color: 8141095.

HSL color Cylindrical-coordinate representation of color #27397C: hue angle of 227.29º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27397C is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3957124-
CMYK0.690.5400.51
HSL227.29º52.15%31.96%-
HSV(B)227.29º68.55%48.63%-
XYZ5.944.8119.68-
YUV59.26164.54113.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.73%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 124 (48.83% from 255) = 56.36%
R=17.73%
G=25.91%
B=56.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39571240.690.5400.51227.2952.1531.96
Hex27397C4536033e33420
Octal4771174105660633436440
Binary10011111100111111001000101110110011001111100011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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