Html Css Color HEX #365097 Tory Blue

📋 copy color: '#365097'

red 54 ◦ green 80 ◦ blue 151

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

Shades of Tory Blue #365097

Tints of Tory Blue #365097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

 BLUE value IS 151 (59.38% from 255) = 52.98%

R = 18.95%
G = 28.07%
B = 52.98%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#365097 (or 0x365097) is known color: Tory Blue. HEX triplet: 36, 50 and 97. RGB value is (54,80,151). Sum of RGB (Red+Green+Blue) = 54+80+151=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #365097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365097 is #C9AF68. Grayscale: #505050. Windows color (decimal): -13217641 or 9916470. OLE color: 9916470.

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

Color convert

RGB 54 80 151 -
CMYK 0.64 0.47 0 0.41
HSL 223.92º 0.47% 0.4% -
HSV(B) 223.92º 0.64% 0.59% -
XYZ 9.98 8.76 30.44 -
YUV 80.32 167.89 109.23 -
System Red Green Blue C M Y K H S L
Decimal 54 80 151 0.64 0.47 0 0.41 223.92 0.47 0.4
Hex 36 50 97 40 2F 0 29 E0 2F 28
Octal 66 120 227 100 57 0 51 340 57 50
Binary 110110 1010000 10010111 1000000 101111 0 101001 11100000 101111 101000

Color Harmonies of #365097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365097

Black with #365097

Text Example


Text Example

White with #365097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365097; }

 p { color: rgb(54,80,151); }

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

background-color css

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

 a { background-color: rgb(54,80,151); }

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

border-color css

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

 span { border-color: rgb(54,80,151); }

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