Html Css Color HEX #365192 Tory Blue

📋 copy color: '#365192'

red 54 ◦ green 81 ◦ blue 146

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

Shades of Tory Blue #365192

Tints of Tory Blue #365192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.83%

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

R = 19.22%
G = 28.83%
B = 51.96%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#365192 (or 0x365192) is known color: Tory Blue. HEX triplet: 36, 51 and 92. RGB value is (54,81,146). Sum of RGB (Red+Green+Blue) = 54+81+146=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #365192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365192 is #C9AE6D. Grayscale: #505050. Windows color (decimal): -13217390 or 9589046. OLE color: 9589046.

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

Color convert

RGB 54 81 146 -
CMYK 0.63 0.45 0 0.43
HSL 222.39º 0.46% 0.39% -
HSV(B) 222.39º 0.63% 0.57% -
XYZ 9.65 8.74 28.37 -
YUV 80.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 54 81 146 0.63 0.45 0 0.43 222.39 0.46 0.39
Hex 36 51 92 3F 2D 0 2B DE 2E 27
Octal 66 121 222 77 55 0 53 336 56 47
Binary 110110 1010001 10010010 111111 101101 0 101011 11011110 101110 100111

Color Harmonies of #365192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365192

Black with #365192

Text Example


Text Example

White with #365192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365192; }

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

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

background-color css

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

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

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

border-color css

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

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

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