Html Css Color HEX #364F89 Tory Blue

📋 copy color: '#364F89'

red 54 ◦ green 79 ◦ blue 137

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

Shades of Tory Blue #364F89

Tints of Tory Blue #364F89

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.26%

 BLUE value IS 137 (53.91% from 255) = 50.74%

R = 20%
G = 29.26%
B = 50.74%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#364F89 (or 0x364F89) is known color: Tory Blue. HEX triplet: 36, 4F and 89. RGB value is (54,79,137). Sum of RGB (Red+Green+Blue) = 54+79+137=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 137 (53.91% from 255 or 50.74% from 270); Max value from RGB is 137 - color contains mainly: blue. Hex color #364F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #364F89 is #C9B076. Grayscale: #4D4D4D. Windows color (decimal): -13217911 or 8998710. OLE color: 8998710.

HSL color Cylindrical-coordinate representation of color #364F89: hue angle of 221.93º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #364F89 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 79 137 -
CMYK 0.61 0.42 0 0.46
HSL 221.93º 0.43% 0.37% -
HSV(B) 221.93º 0.61% 0.54% -
XYZ 8.83 8.18 24.78 -
YUV 78.14 161.22 110.78 -
System Red Green Blue C M Y K H S L
Decimal 54 79 137 0.61 0.42 0 0.46 221.93 0.43 0.37
Hex 36 4F 89 3D 2A 0 2E DE 2B 25
Octal 66 117 211 75 52 0 56 336 53 45
Binary 110110 1001111 10001001 111101 101010 0 101110 11011110 101011 100101

Color Harmonies of #364F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364F89

Black with #364F89

Text Example


Text Example

White with #364F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,79,137); }

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

background-color css

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

 a { background-color: rgb(54,79,137); }

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

border-color css

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

 span { border-color: rgb(54,79,137); }

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