#364398

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

Shades of Tory Blue #364398

Tints of Tory Blue #364398

Color information

#364398 (or 0x364398) is unknown color: approx Tory Blue. HEX triplet: 36, 43 and 98. RGB value is (54,67,152). Sum of RGB (Red+Green+Blue) = 54+67+152=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #364398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364398 is #C9BC67. Grayscale: #484848. Windows color (decimal): -13220968 or 9978678. OLE color: 9978678.

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

Color convert

RGB5467152-
CMYK0.640.5600.40
HSL232.04º47.57%40.39%-
HSV(B)232.04º64.47%59.61%-
XYZ9.27.0730.58-
YUV72.8172.69114.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.78%
GREEN value IS 67 (26.56% from 255) = 24.54%
BLUE value IS 152 (59.77% from 255) = 55.68%
R=19.78%
G=24.54%
B=55.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal54671520.640.5600.40232.0447.5740.39
Hex3643984038028e83028
Octal66103230100700503506050
Binary1101101000011100110001000000111000010100011101000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364398; }

 p { color: rgb(54,67,152); }

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

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

 a { background-color: rgb(54,67,152); }

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

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

 span { border-color: rgb(54,67,152); }

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