Html Css Color HEX #364397 Tory Blue

📋 copy color: '#364397'

red 54 ◦ green 67 ◦ blue 151

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

Shades of Tory Blue #364397

Tints of Tory Blue #364397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.63%

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

R = 19.85%
G = 24.63%
B = 55.51%

CMYK

 C value IS 0.64

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#364397 (or 0x364397) is known color: Tory Blue. HEX triplet: 36, 43 and 97. RGB value is (54,67,151). Sum of RGB (Red+Green+Blue) = 54+67+151=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #364397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364397 is #C9BC68. Grayscale: #484848. Windows color (decimal): -13220969 or 9913142. OLE color: 9913142.

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

Color convert

RGB 54 67 151 -
CMYK 0.64 0.56 0 0.41
HSL 231.96º 0.47% 0.4% -
HSV(B) 231.96º 0.64% 0.59% -
XYZ 9.11 7.03 30.16 -
YUV 72.69 172.19 114.67 -
System Red Green Blue C M Y K H S L
Decimal 54 67 151 0.64 0.56 0 0.41 231.96 0.47 0.4
Hex 36 43 97 40 38 0 29 E8 2F 28
Octal 66 103 227 100 70 0 51 350 57 50
Binary 110110 1000011 10010111 1000000 111000 0 101001 11101000 101111 101000

Color Harmonies of #364397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364397

Black with #364397

Text Example


Text Example

White with #364397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364397; }

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

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

background-color css

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

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

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

border-color css

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

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

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