#27336B

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

Shades of Resolution Blue #27336B

Tints of Resolution Blue #27336B

Color information

#27336B (or 0x27336B) is unknown color: approx Resolution Blue. HEX triplet: 27, 33 and 6B. RGB value is (39,51,107). Sum of RGB (Red+Green+Blue) = 39+51+107=197 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.80% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #27336B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27336B is #D8CC94. Grayscale: #353535. Windows color (decimal): -14208149 or 7025447. OLE color: 7025447.

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

Color convert

RGB3951107-
CMYK0.640.5200.58
HSL229.41º46.58%28.63%-
HSV(B)229.41º63.55%41.96%-
XYZ4.673.8614.41-
YUV53.8158.02117.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.80%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 107 (42.19% from 255) = 54.31%
R=19.80%
G=25.89%
B=54.31%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal39511070.640.5200.58229.4146.5828.63
Hex27336B403403Ae52f1d
Octal4763153100640723455735
Binary1001111100111101011100000011010001110101110010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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