Html Css Color HEX #364B99 Tory Blue

📋 copy color: '#364B99'

red 54 ◦ green 75 ◦ blue 153

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

Shades of Tory Blue #364B99

Tints of Tory Blue #364B99

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.6%

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

R = 19.15%
G = 26.6%
B = 54.26%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#364B99 (or 0x364B99) is known color: Tory Blue. HEX triplet: 36, 4B and 99. RGB value is (54,75,153). Sum of RGB (Red+Green+Blue) = 54+75+153=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #364B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364B99 is #C9B466. Grayscale: #4D4D4D. Windows color (decimal): -13218919 or 10046262. OLE color: 10046262.

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

Color convert

RGB 54 75 153 -
CMYK 0.65 0.51 0 0.4
HSL 227.27º 0.48% 0.41% -
HSV(B) 227.27º 0.65% 0.6% -
XYZ 9.79 8.12 31.19 -
YUV 77.61 170.54 111.16 -
System Red Green Blue C M Y K H S L
Decimal 54 75 153 0.65 0.51 0 0.4 227.27 0.48 0.41
Hex 36 4B 99 41 33 0 28 E3 30 29
Octal 66 113 231 101 63 0 50 343 60 51
Binary 110110 1001011 10011001 1000001 110011 0 101000 11100011 110000 101001

Color Harmonies of #364B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364B99

Black with #364B99

Text Example


Text Example

White with #364B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364B99; }

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

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

background-color css

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

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

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

border-color css

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

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

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