#364293

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

Shades of Tory Blue #364293

Tints of Tory Blue #364293

Color information

#364293 (or 0x364293) is unknown color: approx Tory Blue. HEX triplet: 36, 42 and 93. RGB value is (54,66,147). Sum of RGB (Red+Green+Blue) = 54+66+147=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #364293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364293 is #C9BD6C. Grayscale: #474747. Windows color (decimal): -13221229 or 9650742. OLE color: 9650742.

HSL color Cylindrical-coordinate representation of color #364293: hue angle of 232.26º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #364293 is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5466147-
CMYK0.630.5500.42
HSL232.26º46.27%39.41%-
HSV(B)232.26º63.27%57.65%-
XYZ8.746.7928.45-
YUV71.65170.52115.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.22%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 147 (57.81% from 255) = 55.06%
R=20.22%
G=24.72%
B=55.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54661470.630.5500.42232.2646.2739.41
Hex3642933F3702Ae82e27
Octal6610222377670523505647
Binary110110100001010010011111111110111010101011101000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364293; }

 p { color: rgb(54,66,147); }

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

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

 a { background-color: rgb(54,66,147); }

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

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

 span { border-color: rgb(54,66,147); }

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