Html Css Color HEX #365392 Tory Blue

📋 copy color: '#365392'

red 54 ◦ green 83 ◦ blue 146

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

Shades of Tory Blue #365392

Tints of Tory Blue #365392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.59%

R = 19.08%
G = 29.33%
B = 51.59%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#365392 (or 0x365392) is known color: Tory Blue. HEX triplet: 36, 53 and 92. RGB value is (54,83,146). Sum of RGB (Red+Green+Blue) = 54+83+146=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #365392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365392 is #C9AC6D. Grayscale: #515151. Windows color (decimal): -13216878 or 9589558. OLE color: 9589558.

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

Color convert

RGB 54 83 146 -
CMYK 0.63 0.43 0 0.43
HSL 221.09º 0.46% 0.39% -
HSV(B) 221.09º 0.63% 0.57% -
XYZ 9.8 9.05 28.42 -
YUV 81.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 54 83 146 0.63 0.43 0 0.43 221.09 0.46 0.39
Hex 36 53 92 3F 2B 0 2B DD 2E 27
Octal 66 123 222 77 53 0 53 335 56 47
Binary 110110 1010011 10010010 111111 101011 0 101011 11011101 101110 100111

Color Harmonies of #365392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365392

Black with #365392

Text Example


Text Example

White with #365392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365392; }

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

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

background-color css

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

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

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

border-color css

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

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

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