#27356E

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

Shades of Resolution Blue #27356E

Tints of Resolution Blue #27356E

Color information

#27356E (or 0x27356E) is unknown color: approx Resolution Blue. HEX triplet: 27, 35 and 6E. RGB value is (39,53,110). Sum of RGB (Red+Green+Blue) = 39+53+110=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 53 (21.09% from 255 or 26.24% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #27356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27356E is #D8CA91. Grayscale: #373737. Windows color (decimal): -14207634 or 7222567. OLE color: 7222567.

HSL color Cylindrical-coordinate representation of color #27356E: hue angle of 228.17º 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 #27356E is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3953110-
CMYK0.650.5200.57
HSL228.17º47.65%29.22%-
HSV(B)228.17º64.55%43.14%-
XYZ4.924.115.28-
YUV55.31158.86116.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 53 (21.09% from 255) = 26.24%
BLUE value IS 110 (43.36% from 255) = 54.46%
R=19.31%
G=26.24%
B=54.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39531100.650.5200.57228.1747.6529.22
Hex27356E4134039e4301d
Octal4765156101640713446035
Binary1001111101011101110100000111010001110011110010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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