Html Css Color HEX #364A89 Tory Blue

📋 copy color: '#364A89'

red 54 ◦ green 74 ◦ blue 137

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

Shades of Tory Blue #364A89

Tints of Tory Blue #364A89

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.92%

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

R = 20.38%
G = 27.92%
B = 51.7%

CMYK

 C value IS 0.61

 M value IS 0.46

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#364A89 (or 0x364A89) is known color: Tory Blue. HEX triplet: 36, 4A and 89. RGB value is (54,74,137). Sum of RGB (Red+Green+Blue) = 54+74+137=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #364A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364A89 is #C9B576. Grayscale: #4A4A4A. Windows color (decimal): -13219191 or 8997430. OLE color: 8997430.

HSL color Cylindrical-coordinate representation of color #364A89: hue angle of 225.54º 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 #364A89 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 74 137 -
CMYK 0.61 0.46 0 0.46
HSL 225.54º 0.43% 0.37% -
HSV(B) 225.54º 0.61% 0.54% -
XYZ 8.49 7.49 24.67 -
YUV 75.2 162.87 112.88 -
System Red Green Blue C M Y K H S L
Decimal 54 74 137 0.61 0.46 0 0.46 225.54 0.43 0.37
Hex 36 4A 89 3D 2E 0 2E E2 2B 25
Octal 66 112 211 75 56 0 56 342 53 45
Binary 110110 1001010 10001001 111101 101110 0 101110 11100010 101011 100101

Color Harmonies of #364A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364A89

Black with #364A89

Text Example


Text Example

White with #364A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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