#364C9E

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

Shades of Tory Blue #364C9E

Tints of Tory Blue #364C9E

Color information

#364C9E (or 0x364C9E) is unknown color: approx Tory Blue. HEX triplet: 36, 4C and 9E. RGB value is (54,76,158). Sum of RGB (Red+Green+Blue) = 54+76+158=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #364C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364C9E is #C9B361. Grayscale: #4E4E4E. Windows color (decimal): -13218658 or 10374198. OLE color: 10374198.

HSL color Cylindrical-coordinate representation of color #364C9E: hue angle of 227.31º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #364C9E is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5476158-
CMYK0.660.5200.38
HSL227.31º49.06%41.57%-
HSV(B)227.31º65.82%61.96%-
XYZ10.288.4233.43-
YUV78.77172.71110.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.75%
GREEN value IS 76 (30.08% from 255) = 26.39%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=18.75%
G=26.39%
B=54.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal54761580.660.5200.38227.3149.0641.57
Hex364C9E4234026e3312a
Octal66114236102640463436152
Binary1101101001100100111101000010110100010011011100011110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364C9E; }

 p { color: rgb(54,76,158); }

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

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

 a { background-color: rgb(54,76,158); }

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

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

 span { border-color: rgb(54,76,158); }

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