#27326D

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

Shades of Resolution Blue #27326D

Tints of Resolution Blue #27326D

Color information

#27326D (or 0x27326D) is unknown color: approx Resolution Blue. HEX triplet: 27, 32 and 6D. RGB value is (39,50,109). Sum of RGB (Red+Green+Blue) = 39+50+109=198 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.70% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #27326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27326D is #D8CD92. Grayscale: #353535. Windows color (decimal): -14208403 or 7156263. OLE color: 7156263.

HSL color Cylindrical-coordinate representation of color #27326D: hue angle of 230.57º 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 #27326D is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3950109-
CMYK0.640.5400.57
HSL230.57º47.3%29.02%-
HSV(B)230.57º64.22%42.75%-
XYZ4.743.8214.95-
YUV53.44159.36117.7-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.70%
GREEN value IS 50 (19.92% from 255) = 25.25%
BLUE value IS 109 (42.97% from 255) = 55.05%
R=19.70%
G=25.25%
B=55.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39501090.640.5400.57230.5747.329.02
Hex27326D4036039e72f1d
Octal4762155100660713475735
Binary1001111100101101101100000011011001110011110011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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