#27348B

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

Shades of Resolution Blue #27348B

Tints of Resolution Blue #27348B

Color information

#27348B (or 0x27348B) is unknown color: approx Resolution Blue. HEX triplet: 27, 34 and 8B. RGB value is (39,52,139). Sum of RGB (Red+Green+Blue) = 39+52+139=230 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.96% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #27348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27348B is #D8CB74. Grayscale: #393939. Windows color (decimal): -14207861 or 9122855. OLE color: 9122855.

HSL color Cylindrical-coordinate representation of color #27348B: hue angle of 232.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27348B is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3952139-
CMYK0.720.6300.45
HSL232.2º56.18%34.9%-
HSV(B)232.2º71.94%54.51%-
XYZ6.724.7524.99-
YUV58.03173.69114.43-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.96%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 139 (54.69% from 255) = 60.43%
R=16.96%
G=22.61%
B=60.43%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39521390.720.6300.45232.256.1834.9
Hex27348B483F02De83823
Octal4764213110770553507043
Binary100111110100100010111001000111111010110111101000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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