Html Css Color HEX #364889 Tory Blue

📋 copy color: '#364889'

red 54 ◦ green 72 ◦ blue 137

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

Shades of Tory Blue #364889

Tints of Tory Blue #364889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.38%

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

R = 20.53%
G = 27.38%
B = 52.09%

CMYK

 C value IS 0.61

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#364889 (or 0x364889) is known color: Tory Blue. HEX triplet: 36, 48 and 89. RGB value is (54,72,137). Sum of RGB (Red+Green+Blue) = 54+72+137=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #364889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364889 is #C9B776. Grayscale: #494949. Windows color (decimal): -13219703 or 8996918. OLE color: 8996918.

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

Color convert

RGB 54 72 137 -
CMYK 0.61 0.47 0 0.46
HSL 226.99º 0.43% 0.37% -
HSV(B) 226.99º 0.61% 0.54% -
XYZ 8.35 7.23 24.62 -
YUV 74.03 163.54 113.71 -
System Red Green Blue C M Y K H S L
Decimal 54 72 137 0.61 0.47 0 0.46 226.99 0.43 0.37
Hex 36 48 89 3D 2F 0 2E E3 2B 25
Octal 66 110 211 75 57 0 56 343 53 45
Binary 110110 1001000 10001001 111101 101111 0 101110 11100011 101011 100101

Color Harmonies of #364889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364889

Black with #364889

Text Example


Text Example

White with #364889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364889; }

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

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

background-color css

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

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

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

border-color css

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

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

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