#27387D

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

Shades of Resolution Blue #27387D

Tints of Resolution Blue #27387D

Color information

#27387D (or 0x27387D) is unknown color: approx Resolution Blue. HEX triplet: 27, 38 and 7D. RGB value is (39,56,125). Sum of RGB (Red+Green+Blue) = 39+56+125=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #27387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27387D is #D8C782. Grayscale: #3A3A3A. Windows color (decimal): -14206851 or 8206375. OLE color: 8206375.

HSL color Cylindrical-coordinate representation of color #27387D: hue angle of 228.14º degrees, saturation: 0.52, 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 #27387D is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3956125-
CMYK0.690.5500.51
HSL228.14º52.44%32.16%-
HSV(B)228.14º68.8%49.02%-
XYZ5.954.7420-
YUV58.78165.37113.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.73%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 125 (49.22% from 255) = 56.82%
R=17.73%
G=25.45%
B=56.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39561250.690.5500.51228.1452.4432.16
Hex27387D4537033e43420
Octal4770175105670633446440
Binary10011111100011111011000101110111011001111100100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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