Html Css Color HEX #364289 Tory Blue

📋 copy color: '#364289'

red 54 ◦ green 66 ◦ blue 137

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

Shades of Tory Blue #364289

Tints of Tory Blue #364289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.68%

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

R = 21.01%
G = 25.68%
B = 53.31%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#364289 (or 0x364289) is known color: Tory Blue. HEX triplet: 36, 42 and 89. RGB value is (54,66,137). Sum of RGB (Red+Green+Blue) = 54+66+137=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #364289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364289 is #C9BD76. Grayscale: #464646. Windows color (decimal): -13221239 or 8995382. OLE color: 8995382.

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

Color convert

RGB 54 66 137 -
CMYK 0.61 0.52 0 0.46
HSL 231.33º 0.43% 0.37% -
HSV(B) 231.33º 0.61% 0.54% -
XYZ 7.98 6.49 24.5 -
YUV 70.51 165.52 116.23 -
System Red Green Blue C M Y K H S L
Decimal 54 66 137 0.61 0.52 0 0.46 231.33 0.43 0.37
Hex 36 42 89 3D 34 0 2E E7 2B 25
Octal 66 102 211 75 64 0 56 347 53 45
Binary 110110 1000010 10001001 111101 110100 0 101110 11100111 101011 100101

Color Harmonies of #364289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364289

Black with #364289

Text Example


Text Example

White with #364289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364289; }

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

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

background-color css

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

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

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

border-color css

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

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

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