Html Css Color HEX #364295 Tory Blue

📋 copy color: '#364295'

red 54 ◦ green 66 ◦ blue 149

#364295
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #364295

Tints of Tory Blue #364295

RGB

 RED value IS 54 (21.48% from 255) = 20.07%

 GREEN value IS 66 (26.17% from 255) = 24.54%

 BLUE value IS 149 (58.59% from 255) = 55.39%

R = 20.07%
G = 24.54%
B = 55.39%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#364295 (or 0x364295) is known color: Tory Blue. HEX triplet: 36, 42 and 95. RGB value is (54,66,149). Sum of RGB (Red+Green+Blue) = 54+66+149=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #364295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364295 is #C9BD6A. Grayscale: #474747. Windows color (decimal): -13221227 or 9781814. OLE color: 9781814.

HSL color Cylindrical-coordinate representation of color #364295: hue angle of 232.42º 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 #364295 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 66 149 -
CMYK 0.64 0.56 0 0.42
HSL 232.42º 0.47% 0.4% -
HSV(B) 232.42º 0.64% 0.58% -
XYZ 8.89 6.85 29.29 -
YUV 71.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 54 66 149 0.64 0.56 0 0.42 232.42 0.47 0.4
Hex 36 42 95 40 38 0 2A E8 2F 28
Octal 66 102 225 100 70 0 52 350 57 50
Binary 110110 1000010 10010101 1000000 111000 0 101010 11101000 101111 101000

Color Harmonies of #364295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364295

Black with #364295

Text Example


Text Example

White with #364295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364295; }

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

 H1.HeaderClassName
 {
   color: #364295;
 }
 .AnyTagClassName
 {
   color: #364295;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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