#27357A

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

Shades of Resolution Blue #27357A

Tints of Resolution Blue #27357A

Color information

#27357A (or 0x27357A) is unknown color: approx Resolution Blue. HEX triplet: 27, 35 and 7A. RGB value is (39,53,122). Sum of RGB (Red+Green+Blue) = 39+53+122=214 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.22% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #27357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27357A is #D8CA85. Grayscale: #383838. Windows color (decimal): -14207622 or 8008999. OLE color: 8008999.

HSL color Cylindrical-coordinate representation of color #27357A: hue angle of 229.88º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27357A is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3953122-
CMYK0.680.5700.52
HSL229.88º51.55%31.57%-
HSV(B)229.88º68.03%47.84%-
XYZ5.624.3818.96-
YUV56.68164.86115.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.22%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 122 (48.05% from 255) = 57.01%
R=18.22%
G=24.77%
B=57.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39531220.680.5700.52229.8851.5531.57
Hex27357A4439034e63420
Octal4765172104710643466440
Binary10011111010111110101000100111001011010011100110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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