Html Css Color HEX #364194 Tory Blue

📋 copy color: '#364194'

red 54 ◦ green 65 ◦ blue 148

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

Shades of Tory Blue #364194

Tints of Tory Blue #364194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.43%

R = 20.22%
G = 24.34%
B = 55.43%

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

#364194 (or 0x364194) is known color: Tory Blue. HEX triplet: 36, 41 and 94. RGB value is (54,65,148). Sum of RGB (Red+Green+Blue) = 54+65+148=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #364194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364194 is #C9BE6B. Grayscale: #464646. Windows color (decimal): -13221484 or 9716022. OLE color: 9716022.

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

Color convert

RGB 54 65 148 -
CMYK 0.64 0.56 0 0.42
HSL 232.98º 0.47% 0.4% -
HSV(B) 232.98º 0.64% 0.58% -
XYZ 8.76 6.7 28.85 -
YUV 71.17 171.36 115.75 -
System Red Green Blue C M Y K H S L
Decimal 54 65 148 0.64 0.56 0 0.42 232.98 0.47 0.4
Hex 36 41 94 40 38 0 2A E9 2F 28
Octal 66 101 224 100 70 0 52 351 57 50
Binary 110110 1000001 10010100 1000000 111000 0 101010 11101001 101111 101000

Color Harmonies of #364194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364194

Black with #364194

Text Example


Text Example

White with #364194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364194; }

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

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

background-color css

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

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

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

border-color css

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

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

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