Html Css Color HEX #364099 Tory Blue

📋 copy color: '#364099'

red 54 ◦ green 64 ◦ blue 153

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

Shades of Tory Blue #364099

Tints of Tory Blue #364099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.62%

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

R = 19.93%
G = 23.62%
B = 56.46%

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

#364099 (or 0x364099) is known color: Tory Blue. HEX triplet: 36, 40 and 99. RGB value is (54,64,153). Sum of RGB (Red+Green+Blue) = 54+64+153=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #364099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364099 is #C9BF66. Grayscale: #464646. Windows color (decimal): -13221735 or 10043446. OLE color: 10043446.

HSL color Cylindrical-coordinate representation of color #364099: hue angle of 233.94º 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 #364099 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 54 64 153 -
CMYK 0.65 0.58 0 0.4
HSL 233.94º 0.48% 0.41% -
HSV(B) 233.94º 0.65% 0.6% -
XYZ 9.1 6.75 30.96 -
YUV 71.16 174.19 115.76 -
System Red Green Blue C M Y K H S L
Decimal 54 64 153 0.65 0.58 0 0.4 233.94 0.48 0.41
Hex 36 40 99 41 3A 0 28 EA 30 29
Octal 66 100 231 101 72 0 50 352 60 51
Binary 110110 1000000 10011001 1000001 111010 0 101000 11101010 110000 101001

Color Harmonies of #364099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364099

Black with #364099

Text Example


Text Example

White with #364099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364099; }

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

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

background-color css

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

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

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

border-color css

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

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

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