#27378A

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

Shades of Resolution Blue #27378A

Tints of Resolution Blue #27378A

Color information

#27378A (or 0x27378A) is unknown color: approx Resolution Blue. HEX triplet: 27, 37 and 8A. RGB value is (39,55,138). Sum of RGB (Red+Green+Blue) = 39+55+138=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #27378A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27378A is #D8C875. Grayscale: #3B3B3B. Windows color (decimal): -14207094 or 9058087. OLE color: 9058087.

HSL color Cylindrical-coordinate representation of color #27378A: hue angle of 230.3º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27378A is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3955138-
CMYK0.720.6000.46
HSL230.3º55.93%34.71%-
HSV(B)230.3º71.74%54.12%-
XYZ6.79524.65-
YUV59.68172.2113.25-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.81%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 138 (54.30% from 255) = 59.48%
R=16.81%
G=23.71%
B=59.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39551380.720.6000.46230.355.9334.71
Hex27378A483C02Ee63823
Octal4767212110740563467043
Binary100111110111100010101001000111100010111011100110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27378A; }

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

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

<style>
 a { background-color: #27378A; }

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

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

<style>
 span { border-color: #27378A; }

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

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