#27356C

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

Shades of Resolution Blue #27356C

Tints of Resolution Blue #27356C

Color information

#27356C (or 0x27356C) is unknown color: approx Resolution Blue. HEX triplet: 27, 35 and 6C. RGB value is (39,53,108). Sum of RGB (Red+Green+Blue) = 39+53+108=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #27356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27356C is #D8CA93. Grayscale: #363636. Windows color (decimal): -14207636 or 7091495. OLE color: 7091495.

HSL color Cylindrical-coordinate representation of color #27356C: hue angle of 227.83º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27356C is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3953108-
CMYK0.640.5100.58
HSL227.83º46.94%28.82%-
HSV(B)227.83º63.89%42.35%-
XYZ4.824.0614.72-
YUV55.08157.86116.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.5%
GREEN value IS 53 (21.09% from 255) = 26.5%
BLUE value IS 108 (42.58% from 255) = 54%
R=19.5%
G=26.5%
B=54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39531080.640.5100.58227.8346.9428.82
Hex27356C403303Ae42f1d
Octal4765154100630723445735
Binary1001111101011101100100000011001101110101110010010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27356C; }

 p { color: rgb(39,53,108); }

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

<style>
 a { background-color: #27356C; }

 a { background-color: rgb(39,53,108); }

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

<style>
 span { border-color: #27356C; }

 span { border-color: rgb(39,53,108); }

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