Html Css Color HEX #365597 Tory Blue

📋 copy color: '#365597'

red 54 ◦ green 85 ◦ blue 151

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

Shades of Tory Blue #365597

Tints of Tory Blue #365597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

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

R = 18.62%
G = 29.31%
B = 52.07%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#365597 (or 0x365597) is known color: Tory Blue. HEX triplet: 36, 55 and 97. RGB value is (54,85,151). Sum of RGB (Red+Green+Blue) = 54+85+151=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 151 (59.38% from 255 or 52.07% from 290); Max value from RGB is 151 - color contains mainly: blue. Hex color #365597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365597 is #C9AA68. Grayscale: #525252. Windows color (decimal): -13216361 or 9917750. OLE color: 9917750.

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

Color convert

RGB 54 85 151 -
CMYK 0.64 0.44 0 0.41
HSL 220.82º 0.47% 0.4% -
HSV(B) 220.82º 0.64% 0.59% -
XYZ 10.36 9.52 30.57 -
YUV 83.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 54 85 151 0.64 0.44 0 0.41 220.82 0.47 0.4
Hex 36 55 97 40 2C 0 29 DD 2F 28
Octal 66 125 227 100 54 0 51 335 57 50
Binary 110110 1010101 10010111 1000000 101100 0 101001 11011101 101111 101000

Color Harmonies of #365597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365597

Black with #365597

Text Example


Text Example

White with #365597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365597; }

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

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

background-color css

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

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

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

border-color css

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

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

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