Html Css Color HEX #364197 Tory Blue

📋 copy color: '#364197'

red 54 ◦ green 65 ◦ blue 151

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

Shades of Tory Blue #364197

Tints of Tory Blue #364197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

 BLUE value IS 151 (59.38% from 255) = 55.93%

R = 20%
G = 24.07%
B = 55.93%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#364197 (or 0x364197) is known color: Tory Blue. HEX triplet: 36, 41 and 97. RGB value is (54,65,151). Sum of RGB (Red+Green+Blue) = 54+65+151=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #364197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364197 is #C9BE68. Grayscale: #474747. Windows color (decimal): -13221481 or 9912630. OLE color: 9912630.

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

Color convert

RGB 54 65 151 -
CMYK 0.64 0.57 0 0.41
HSL 233.2º 0.47% 0.4% -
HSV(B) 233.2º 0.64% 0.59% -
XYZ 9 6.8 30.12 -
YUV 71.52 172.86 115.51 -
System Red Green Blue C M Y K H S L
Decimal 54 65 151 0.64 0.57 0 0.41 233.2 0.47 0.4
Hex 36 41 97 40 39 0 29 E9 2F 28
Octal 66 101 227 100 71 0 51 351 57 50
Binary 110110 1000001 10010111 1000000 111001 0 101001 11101001 101111 101000

Color Harmonies of #364197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364197

Black with #364197

Text Example


Text Example

White with #364197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364197; }

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

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

background-color css

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

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

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

border-color css

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

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

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