Html Css Color HEX #365993 Tory Blue

📋 copy color: '#365993'

red 54 ◦ green 89 ◦ blue 147

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

Shades of Tory Blue #365993

Tints of Tory Blue #365993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.69%

 BLUE value IS 147 (57.81% from 255) = 50.69%

R = 18.62%
G = 30.69%
B = 50.69%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365993 (or 0x365993) is known color: Tory Blue. HEX triplet: 36, 59 and 93. RGB value is (54,89,147). Sum of RGB (Red+Green+Blue) = 54+89+147=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #365993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365993 is #C9A66C. Grayscale: #545454. Windows color (decimal): -13215341 or 9656630. OLE color: 9656630.

HSL color Cylindrical-coordinate representation of color #365993: hue angle of 217.42º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #365993 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 89 147 -
CMYK 0.63 0.39 0 0.42
HSL 217.42º 0.46% 0.39% -
HSV(B) 217.42º 0.63% 0.58% -
XYZ 10.36 10.04 28.99 -
YUV 85.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 54 89 147 0.63 0.39 0 0.42 217.42 0.46 0.39
Hex 36 59 93 3F 27 0 2A D9 2E 27
Octal 66 131 223 77 47 0 52 331 56 47
Binary 110110 1011001 10010011 111111 100111 0 101010 11011001 101110 100111

Color Harmonies of #365993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365993

Black with #365993

Text Example


Text Example

White with #365993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365993; }

 p { color: rgb(54,89,147); }

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

background-color css

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

 a { background-color: rgb(54,89,147); }

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

border-color css

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

 span { border-color: rgb(54,89,147); }

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