#27357E

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

Shades of Resolution Blue #27357E

Tints of Resolution Blue #27357E

Color information

#27357E (or 0x27357E) is unknown color: approx Resolution Blue. HEX triplet: 27, 35 and 7E. RGB value is (39,53,126). Sum of RGB (Red+Green+Blue) = 39+53+126=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #27357E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27357E is #D8CA81. Grayscale: #383838. Windows color (decimal): -14207618 or 8271143. OLE color: 8271143.

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

Color convert

RGB3953126-
CMYK0.690.5800.51
HSL230.34º52.73%32.35%-
HSV(B)230.34º69.05%49.41%-
XYZ5.884.4820.29-
YUV57.14166.86115.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 126 (49.61% from 255) = 57.80%
R=17.89%
G=24.31%
B=57.80%

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
Decimal39531260.690.5800.51230.3452.7332.35
Hex27357E453A033e63520
Octal4765176105720633466540
Binary10011111010111111101000101111010011001111100110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27357E; }

 p { color: rgb(39,53,126); }

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

<style>
 a { background-color: #27357E; }

 a { background-color: rgb(39,53,126); }

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

<style>
 span { border-color: #27357E; }

 span { border-color: rgb(39,53,126); }

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