Html Css Color HEX #364199 Tory Blue

📋 copy color: '#364199'

red 54 ◦ green 65 ◦ blue 153

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

Shades of Tory Blue #364199

Tints of Tory Blue #364199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.25%

R = 19.85%
G = 23.9%
B = 56.25%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#364199 (or 0x364199) is known color: Tory Blue. HEX triplet: 36, 41 and 99. RGB value is (54,65,153). Sum of RGB (Red+Green+Blue) = 54+65+153=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #364199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364199 is #C9BE66. Grayscale: #474747. Windows color (decimal): -13221479 or 10043702. OLE color: 10043702.

HSL color Cylindrical-coordinate representation of color #364199: hue angle of 233.33º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #364199 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 65 153 -
CMYK 0.65 0.58 0 0.4
HSL 233.33º 0.48% 0.41% -
HSV(B) 233.33º 0.65% 0.6% -
XYZ 9.16 6.86 30.98 -
YUV 71.74 173.86 115.34 -
System Red Green Blue C M Y K H S L
Decimal 54 65 153 0.65 0.58 0 0.4 233.33 0.48 0.41
Hex 36 41 99 41 3A 0 28 E9 30 29
Octal 66 101 231 101 72 0 50 351 60 51
Binary 110110 1000001 10011001 1000001 111010 0 101000 11101001 110000 101001

Color Harmonies of #364199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364199

Black with #364199

Text Example


Text Example

White with #364199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364199; }

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

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

background-color css

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

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

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

border-color css

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

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

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