#27387B

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

Shades of Resolution Blue #27387B

Tints of Resolution Blue #27387B

Color information

#27387B (or 0x27387B) is unknown color: approx Resolution Blue. HEX triplet: 27, 38 and 7B. RGB value is (39,56,123). Sum of RGB (Red+Green+Blue) = 39+56+123=218 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.89% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #27387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27387B is #D8C784. Grayscale: #3A3A3A. Windows color (decimal): -14206853 or 8075303. OLE color: 8075303.

HSL color Cylindrical-coordinate representation of color #27387B: hue angle of 227.86º 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 #27387B is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3956123-
CMYK0.680.5400.52
HSL227.86º51.85%31.76%-
HSV(B)227.86º68.29%48.24%-
XYZ5.834.6919.34-
YUV58.56164.37114.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.89%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 123 (48.44% from 255) = 56.42%
R=17.89%
G=25.69%
B=56.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39561230.680.5400.52227.8651.8531.76
Hex27387B4436034e43420
Octal4770173104660643446440
Binary10011111100011110111000100110110011010011100100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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