Html Css Color HEX #364599 Tory Blue

📋 copy color: '#364599'

red 54 ◦ green 69 ◦ blue 153

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

Shades of Tory Blue #364599

Tints of Tory Blue #364599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25%

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

R = 19.57%
G = 25%
B = 55.43%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#364599 (or 0x364599) is known color: Tory Blue. HEX triplet: 36, 45 and 99. RGB value is (54,69,153). Sum of RGB (Red+Green+Blue) = 54+69+153=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #364599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364599 is #C9BA66. Grayscale: #494949. Windows color (decimal): -13220455 or 10044726. OLE color: 10044726.

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

Color convert

RGB 54 69 153 -
CMYK 0.65 0.55 0 0.4
HSL 230.91º 0.48% 0.41% -
HSV(B) 230.91º 0.65% 0.6% -
XYZ 9.4 7.34 31.06 -
YUV 74.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 54 69 153 0.65 0.55 0 0.4 230.91 0.48 0.41
Hex 36 45 99 41 37 0 28 E7 30 29
Octal 66 105 231 101 67 0 50 347 60 51
Binary 110110 1000101 10011001 1000001 110111 0 101000 11100111 110000 101001

Color Harmonies of #364599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364599

Black with #364599

Text Example


Text Example

White with #364599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364599; }

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

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

background-color css

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

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

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

border-color css

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

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

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