Html Css Color HEX #365692 Tory Blue

📋 copy color: '#365692'

red 54 ◦ green 86 ◦ blue 146

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

Shades of Tory Blue #365692

Tints of Tory Blue #365692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.07%

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

R = 18.88%
G = 30.07%
B = 51.05%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#365692 (or 0x365692) is known color: Tory Blue. HEX triplet: 36, 56 and 92. RGB value is (54,86,146). Sum of RGB (Red+Green+Blue) = 54+86+146=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #365692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365692 is #C9A96D. Grayscale: #535353. Windows color (decimal): -13216110 or 9590326. OLE color: 9590326.

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

Color convert

RGB 54 86 146 -
CMYK 0.63 0.41 0 0.43
HSL 219.13º 0.46% 0.39% -
HSV(B) 219.13º 0.63% 0.57% -
XYZ 10.04 9.52 28.5 -
YUV 83.27 163.4 107.12 -
System Red Green Blue C M Y K H S L
Decimal 54 86 146 0.63 0.41 0 0.43 219.13 0.46 0.39
Hex 36 56 92 3F 29 0 2B DB 2E 27
Octal 66 126 222 77 51 0 53 333 56 47
Binary 110110 1010110 10010010 111111 101001 0 101011 11011011 101110 100111

Color Harmonies of #365692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365692

Black with #365692

Text Example


Text Example

White with #365692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365692; }

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

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

background-color css

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

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

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

border-color css

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

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

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