#27376E

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

Shades of Resolution Blue #27376E

Tints of Resolution Blue #27376E

Color information

#27376E (or 0x27376E) is unknown color: approx Resolution Blue. HEX triplet: 27, 37 and 6E. RGB value is (39,55,110). Sum of RGB (Red+Green+Blue) = 39+55+110=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #27376E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27376E is #D8C891. Grayscale: #383838. Windows color (decimal): -14207122 or 7223079. OLE color: 7223079.

HSL color Cylindrical-coordinate representation of color #27376E: hue angle of 226.48º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27376E is Cyan = 0.65, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3955110-
CMYK0.650.500.57
HSL226.48º47.65%29.22%-
HSV(B)226.48º64.55%43.14%-
XYZ5.024.2915.32-
YUV56.49158.2115.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.12%
GREEN value IS 55 (21.88% from 255) = 26.96%
BLUE value IS 110 (43.36% from 255) = 53.92%
R=19.12%
G=26.96%
B=53.92%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39551100.650.500.57226.4847.6529.22
Hex27376E4132039e2301d
Octal4767156101620713426035
Binary1001111101111101110100000111001001110011110001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27376E; }

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

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

<style>
 a { background-color: #27376E; }

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

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

<style>
 span { border-color: #27376E; }

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

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