#27336D

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

Shades of Resolution Blue #27336D

Tints of Resolution Blue #27336D

Color information

#27336D (or 0x27336D) is unknown color: approx Resolution Blue. HEX triplet: 27, 33 and 6D. RGB value is (39,51,109). Sum of RGB (Red+Green+Blue) = 39+51+109=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 109 (42.97% from 255 or 54.77% from 199); Max value from RGB is 109 - color contains mainly: blue. Hex color #27336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27336D is #D8CC92. Grayscale: #353535. Windows color (decimal): -14208147 or 7156519. OLE color: 7156519.

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

Color convert

RGB3951109-
CMYK0.640.5300.57
HSL229.71º47.3%29.02%-
HSV(B)229.71º64.22%42.75%-
XYZ4.783.914.97-
YUV54.02159.02117.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 109 (42.97% from 255) = 54.77%
R=19.60%
G=25.63%
B=54.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal39511090.640.5300.57229.7147.329.02
Hex27336D4035039e62f1d
Octal4763155100650713465735
Binary1001111100111101101100000011010101110011110011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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