#364195

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

Shades of Tory Blue #364195

Tints of Tory Blue #364195

Color information

#364195 (or 0x364195) is unknown color: approx Tory Blue. HEX triplet: 36, 41 and 95. RGB value is (54,65,149). Sum of RGB (Red+Green+Blue) = 54+65+149=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #364195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364195 is #C9BE6A. Grayscale: #464646. Windows color (decimal): -13221483 or 9781558. OLE color: 9781558.

HSL color Cylindrical-coordinate representation of color #364195: hue angle of 233.05º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #364195 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5465149-
CMYK0.640.5600.42
HSL233.05º46.8%39.8%-
HSV(B)233.05º63.76%58.43%-
XYZ8.846.7329.27-
YUV71.29171.86115.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.15%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 149 (58.59% from 255) = 55.60%
R=20.15%
G=24.25%
B=55.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54651490.640.5600.42233.0546.839.8
Hex364195403802Ae92f28
Octal66101225100700523515750
Binary1101101000001100101011000000111000010101011101001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364195; }

 p { color: rgb(54,65,149); }

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

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

 a { background-color: rgb(54,65,149); }

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

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

 span { border-color: rgb(54,65,149); }

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