#27336f

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

Shades of Resolution Blue #27336F

Tints of Resolution Blue #27336F

Color information

#27336F (or 0x27336F) is unknown color: approx Resolution Blue. HEX triplet: 27, 33 and 6F. RGB value is (39,51,111). Sum of RGB (Red+Green+Blue) = 39+51+111=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #27336F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27336F is #D8CC90. Grayscale: #363636. Windows color (decimal): -14208145 or 7287591. OLE color: 7287591.

HSL color Cylindrical-coordinate representation of color #27336F: hue angle of 230º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27336F is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3951111-
CMYK0.650.5400.56
HSL230º48%29.41%-
HSV(B)230º64.86%43.53%-
XYZ4.893.9515.54-
YUV54.25160.02117.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 111 (43.75% from 255) = 55.22%
R=19.40%
G=25.37%
B=55.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39511110.650.5400.562304829.41
Hex27336F4136038e6301d
Octal4763157101660703466035
Binary1001111100111101111100000111011001110001110011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27336f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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