#27386D

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

Shades of Resolution Blue #27386D

Tints of Resolution Blue #27386D

Color information

#27386D (or 0x27386D) is unknown color: approx Resolution Blue. HEX triplet: 27, 38 and 6D. RGB value is (39,56,109). Sum of RGB (Red+Green+Blue) = 39+56+109=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #27386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27386D is #D8C792. Grayscale: #383838. Windows color (decimal): -14206867 or 7157799. OLE color: 7157799.

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

Color convert

RGB3956109-
CMYK0.640.4900.57
HSL225.43º47.3%29.02%-
HSV(B)225.43º64.22%42.75%-
XYZ5.014.3615.05-
YUV56.96157.37115.19-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.12%
GREEN value IS 56 (22.27% from 255) = 27.45%
BLUE value IS 109 (42.97% from 255) = 53.43%
R=19.12%
G=27.45%
B=53.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39561090.640.4900.57225.4347.329.02
Hex27386D4031039e12f1d
Octal4770155100610713415735
Binary1001111110001101101100000011000101110011110000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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