#364B9C

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

Shades of Tory Blue #364B9C

Tints of Tory Blue #364B9C

Color information

#364B9C (or 0x364B9C) is unknown color: approx Tory Blue. HEX triplet: 36, 4B and 9C. RGB value is (54,75,156). Sum of RGB (Red+Green+Blue) = 54+75+156=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #364B9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364B9C is #C9B463. Grayscale: #4D4D4D. Windows color (decimal): -13218916 or 10242870. OLE color: 10242870.

HSL color Cylindrical-coordinate representation of color #364B9C: hue angle of 227.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #364B9C is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5475156-
CMYK0.650.5200.39
HSL227.65º48.57%41.18%-
HSV(B)227.65º65.38%61.18%-
XYZ10.048.2232.51-
YUV77.96172.04110.91-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.95%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=18.95%
G=26.32%
B=54.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal54751560.650.5200.39227.6548.5741.18
Hex364B9C4134027e43129
Octal66113234101640473446151
Binary1101101001011100111001000001110100010011111100100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,75,156); }

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

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

 a { background-color: rgb(54,75,156); }

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

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

 span { border-color: rgb(54,75,156); }

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