Html Css Color HEX #364195 Tory Blue

📋 copy color: '#364195'

red 54 ◦ green 65 ◦ blue 149

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

Shades of Tory Blue #364195

Tints of Tory Blue #364195

RGB

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

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

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

R = 20.15%
G = 24.25%
B = 55.6%

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

#364195 (or 0x364195) is known color: Tory Blue. HEX triplet: 36, 41 and 95. RGB value is (54,65,149). Sum of RGB (Red+Green+Blue) = 54+65+149=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #364195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364195 is #C9BE6A. Grayscale: #464646. Windows color (decimal): -13221483 or 9781558. OLE color: 9781558.

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

Color convert

RGB 54 65 149 -
CMYK 0.64 0.56 0 0.42
HSL 233.05º 0.47% 0.4% -
HSV(B) 233.05º 0.64% 0.58% -
XYZ 8.84 6.73 29.27 -
YUV 71.29 171.86 115.67 -
System Red Green Blue C M Y K H S L
Decimal 54 65 149 0.64 0.56 0 0.42 233.05 0.47 0.4
Hex 36 41 95 40 38 0 2A E9 2F 28
Octal 66 101 225 100 70 0 52 351 57 50
Binary 110110 1000001 10010101 1000000 111000 0 101010 11101001 101111 101000

Color Harmonies of #364195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364195

Black with #364195

Text Example


Text Example

White with #364195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364195; }

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

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

background-color css

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

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

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

border-color css

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

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

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