Html Css Color HEX #365394 Tory Blue

📋 copy color: '#365394'

red 54 ◦ green 83 ◦ blue 148

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

Shades of Tory Blue #365394

Tints of Tory Blue #365394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.93%

R = 18.95%
G = 29.12%
B = 51.93%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#365394 (or 0x365394) is known color: Tory Blue. HEX triplet: 36, 53 and 94. RGB value is (54,83,148). Sum of RGB (Red+Green+Blue) = 54+83+148=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #365394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365394 is #C9AC6B. Grayscale: #515151. Windows color (decimal): -13216876 or 9720630. OLE color: 9720630.

HSL color Cylindrical-coordinate representation of color #365394: hue angle of 221.49º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #365394 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 83 148 -
CMYK 0.64 0.44 0 0.42
HSL 221.49º 0.47% 0.4% -
HSV(B) 221.49º 0.64% 0.58% -
XYZ 9.96 9.11 29.25 -
YUV 81.74 165.39 108.21 -
System Red Green Blue C M Y K H S L
Decimal 54 83 148 0.64 0.44 0 0.42 221.49 0.47 0.4
Hex 36 53 94 40 2C 0 2A DD 2F 28
Octal 66 123 224 100 54 0 52 335 57 50
Binary 110110 1010011 10010100 1000000 101100 0 101010 11011101 101111 101000

Color Harmonies of #365394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365394

Black with #365394

Text Example


Text Example

White with #365394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365394; }

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

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

background-color css

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

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

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

border-color css

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

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

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