Html Css Color HEX #365390 Tory Blue

📋 copy color: '#365390'

red 54 ◦ green 83 ◦ blue 144

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

Shades of Tory Blue #365390

Tints of Tory Blue #365390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

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

R = 19.22%
G = 29.54%
B = 51.25%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#365390 (or 0x365390) is known color: Tory Blue. HEX triplet: 36, 53 and 90. RGB value is (54,83,144). Sum of RGB (Red+Green+Blue) = 54+83+144=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #365390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365390 is #C9AC6F. Grayscale: #515151. Windows color (decimal): -13216880 or 9458486. OLE color: 9458486.

HSL color Cylindrical-coordinate representation of color #365390: hue angle of 220.67º 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 #365390 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 83 144 -
CMYK 0.63 0.42 0 0.44
HSL 220.67º 0.45% 0.39% -
HSV(B) 220.67º 0.63% 0.56% -
XYZ 9.65 8.98 27.61 -
YUV 81.28 163.39 108.54 -
System Red Green Blue C M Y K H S L
Decimal 54 83 144 0.63 0.42 0 0.44 220.67 0.45 0.39
Hex 36 53 90 3F 2A 0 2C DD 2D 27
Octal 66 123 220 77 52 0 54 335 55 47
Binary 110110 1010011 10010000 111111 101010 0 101100 11011101 101101 100111

Color Harmonies of #365390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365390

Black with #365390

Text Example


Text Example

White with #365390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365390; }

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

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

background-color css

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

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

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

border-color css

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

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

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