#27347C

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

Shades of Resolution Blue #27347C

Tints of Resolution Blue #27347C

Color information

#27347C (or 0x27347C) is unknown color: approx Resolution Blue. HEX triplet: 27, 34 and 7C. RGB value is (39,52,124). Sum of RGB (Red+Green+Blue) = 39+52+124=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #27347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27347C is #D8CB83. Grayscale: #383838. Windows color (decimal): -14207876 or 8139815. OLE color: 8139815.

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

Color convert

RGB3952124-
CMYK0.690.5800.51
HSL230.82º52.15%31.96%-
HSV(B)230.82º68.55%48.63%-
XYZ5.74.3419.61-
YUV56.32166.19115.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.14%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 124 (48.83% from 255) = 57.67%
R=18.14%
G=24.19%
B=57.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39521240.690.5800.51230.8252.1531.96
Hex27347C453A033e73420
Octal4764174105720633476440
Binary10011111010011111001000101111010011001111100111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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