#27377B

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

Shades of Resolution Blue #27377B

Tints of Resolution Blue #27377B

Color information

#27377B (or 0x27377B) is unknown color: approx Resolution Blue. HEX triplet: 27, 37 and 7B. RGB value is (39,55,123). Sum of RGB (Red+Green+Blue) = 39+55+123=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #27377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27377B is #D8C884. Grayscale: #393939. Windows color (decimal): -14207109 or 8075047. OLE color: 8075047.

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

Color convert

RGB3955123-
CMYK0.680.5500.52
HSL228.57º51.85%31.76%-
HSV(B)228.57º68.29%48.24%-
XYZ5.784.5919.32-
YUV57.97164.7114.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.97%
GREEN value IS 55 (21.88% from 255) = 25.35%
BLUE value IS 123 (48.44% from 255) = 56.68%
R=17.97%
G=25.35%
B=56.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39551230.680.5500.52228.5751.8531.76
Hex27377B4437034e53420
Octal4767173104670643456440
Binary10011111011111110111000100110111011010011100101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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