Html Css Color HEX #364399 Tory Blue

📋 copy color: '#364399'

red 54 ◦ green 67 ◦ blue 153

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

Shades of Tory Blue #364399

Tints of Tory Blue #364399

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.45%

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

R = 19.71%
G = 24.45%
B = 55.84%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#364399 (or 0x364399) is known color: Tory Blue. HEX triplet: 36, 43 and 99. RGB value is (54,67,153). Sum of RGB (Red+Green+Blue) = 54+67+153=274 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.71% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #364399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364399 is #C9BC66. Grayscale: #484848. Windows color (decimal): -13220967 or 10044214. OLE color: 10044214.

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

Color convert

RGB 54 67 153 -
CMYK 0.65 0.56 0 0.4
HSL 232.12º 0.48% 0.41% -
HSV(B) 232.12º 0.65% 0.6% -
XYZ 9.28 7.1 31.02 -
YUV 72.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 54 67 153 0.65 0.56 0 0.4 232.12 0.48 0.41
Hex 36 43 99 41 38 0 28 E8 30 29
Octal 66 103 231 101 70 0 50 350 60 51
Binary 110110 1000011 10011001 1000001 111000 0 101000 11101000 110000 101001

Color Harmonies of #364399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364399

Black with #364399

Text Example


Text Example

White with #364399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364399; }

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

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

background-color css

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

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

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

border-color css

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

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

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