#27386B

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

Shades of Resolution Blue #27386B

Tints of Resolution Blue #27386B

Color information

#27386B (or 0x27386B) is unknown color: approx Resolution Blue. HEX triplet: 27, 38 and 6B. RGB value is (39,56,107). Sum of RGB (Red+Green+Blue) = 39+56+107=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #27386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27386B is #D8C794. Grayscale: #383838. Windows color (decimal): -14206869 or 7026727. OLE color: 7026727.

HSL color Cylindrical-coordinate representation of color #27386B: hue angle of 225º 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 #27386B is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3956107-
CMYK0.640.4800.58
HSL225º46.58%28.63%-
HSV(B)225º63.55%41.96%-
XYZ4.94.3214.49-
YUV56.73156.37115.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 56 (22.27% from 255) = 27.72%
BLUE value IS 107 (42.19% from 255) = 52.97%
R=19.31%
G=27.72%
B=52.97%

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
Decimal39561070.640.4800.5822546.5828.63
Hex27386B403003Ae12f1d
Octal4770153100600723415735
Binary1001111110001101011100000011000001110101110000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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