Html Css Color HEX #365289 Tory Blue

📋 copy color: '#365289'

red 54 ◦ green 82 ◦ blue 137

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

Shades of Tory Blue #365289

Tints of Tory Blue #365289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.04%

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

R = 19.78%
G = 30.04%
B = 50.18%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#365289 (or 0x365289) is known color: Tory Blue. HEX triplet: 36, 52 and 89. RGB value is (54,82,137). Sum of RGB (Red+Green+Blue) = 54+82+137=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #365289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365289 is #C9AD76. Grayscale: #4F4F4F. Windows color (decimal): -13217143 or 8999478. OLE color: 8999478.

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

Color convert

RGB 54 82 137 -
CMYK 0.61 0.40 0 0.46
HSL 219.76º 0.43% 0.37% -
HSV(B) 219.76º 0.61% 0.54% -
XYZ 9.05 8.62 24.85 -
YUV 79.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 54 82 137 0.61 0.40 0 0.46 219.76 0.43 0.37
Hex 36 52 89 3D 28 0 2E DC 2B 25
Octal 66 122 211 75 50 0 56 334 53 45
Binary 110110 1010010 10001001 111101 101000 0 101110 11011100 101011 100101

Color Harmonies of #365289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365289

Black with #365289

Text Example


Text Example

White with #365289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365289; }

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

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

background-color css

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

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

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

border-color css

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

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

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