#27386C

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

Shades of Resolution Blue #27386C

Tints of Resolution Blue #27386C

Color information

#27386C (or 0x27386C) is unknown color: approx Resolution Blue. HEX triplet: 27, 38 and 6C. RGB value is (39,56,108). Sum of RGB (Red+Green+Blue) = 39+56+108=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #27386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27386C is #D8C793. Grayscale: #383838. Windows color (decimal): -14206868 or 7092263. OLE color: 7092263.

HSL color Cylindrical-coordinate representation of color #27386C: hue angle of 225.22º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27386C is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3956108-
CMYK0.640.4800.58
HSL225.22º46.94%28.82%-
HSV(B)225.22º63.89%42.35%-
XYZ4.964.3414.76-
YUV56.84156.87115.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=19.21%
G=27.59%
B=53.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39561080.640.4800.58225.2246.9428.82
Hex27386C403003Ae12f1d
Octal4770154100600723415735
Binary1001111110001101100100000011000001110101110000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,56,108); }

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

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

 a { background-color: rgb(39,56,108); }

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

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

 span { border-color: rgb(39,56,108); }

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