Html Css Color HEX #365590 Tory Blue

📋 copy color: '#365590'

red 54 ◦ green 85 ◦ blue 144

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

Shades of Tory Blue #365590

Tints of Tory Blue #365590

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.04%

 BLUE value IS 144 (56.64% from 255) = 50.88%

R = 19.08%
G = 30.04%
B = 50.88%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#365590 (or 0x365590) is known color: Tory Blue. HEX triplet: 36, 55 and 90. RGB value is (54,85,144). Sum of RGB (Red+Green+Blue) = 54+85+144=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #365590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365590 is #C9AA6F. Grayscale: #525252. Windows color (decimal): -13216368 or 9458998. OLE color: 9458998.

HSL color Cylindrical-coordinate representation of color #365590: hue angle of 219.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #365590 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 85 144 -
CMYK 0.63 0.41 0 0.44
HSL 219.33º 0.45% 0.39% -
HSV(B) 219.33º 0.63% 0.56% -
XYZ 9.8 9.29 27.66 -
YUV 82.46 162.73 107.7 -
System Red Green Blue C M Y K H S L
Decimal 54 85 144 0.63 0.41 0 0.44 219.33 0.45 0.39
Hex 36 55 90 3F 29 0 2C DB 2D 27
Octal 66 125 220 77 51 0 54 333 55 47
Binary 110110 1010101 10010000 111111 101001 0 101100 11011011 101101 100111

Color Harmonies of #365590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365590

Black with #365590

Text Example


Text Example

White with #365590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365590; }

 p { color: rgb(54,85,144); }

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

background-color css

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

 a { background-color: rgb(54,85,144); }

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

border-color css

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

 span { border-color: rgb(54,85,144); }

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