#27346D

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

Shades of Resolution Blue #27346D

Tints of Resolution Blue #27346D

Color information

#27346D (or 0x27346D) is unknown color: approx Resolution Blue. HEX triplet: 27, 34 and 6D. RGB value is (39,52,109). Sum of RGB (Red+Green+Blue) = 39+52+109=200 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #27346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27346D is #D8CB92. Grayscale: #363636. Windows color (decimal): -14207891 or 7156775. OLE color: 7156775.

HSL color Cylindrical-coordinate representation of color #27346D: hue angle of 228.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #27346D is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3952109-
CMYK0.640.5200.57
HSL228.86º47.3%29.02%-
HSV(B)228.86º64.22%42.75%-
XYZ4.833.9914.98-
YUV54.61158.69116.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.5%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 109 (42.97% from 255) = 54.5%
R=19.5%
G=26%
B=54.5%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39521090.640.5200.57228.8647.329.02
Hex27346D4034039e52f1d
Octal4764155100640713455735
Binary1001111101001101101100000011010001110011110010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27346D; }

 p { color: rgb(39,52,109); }

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

<style>
 a { background-color: #27346D; }

 a { background-color: rgb(39,52,109); }

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

<style>
 span { border-color: #27346D; }

 span { border-color: rgb(39,52,109); }

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