Html Css Color HEX #365497 Tory Blue

📋 copy color: '#365497'

red 54 ◦ green 84 ◦ blue 151

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

Shades of Tory Blue #365497

Tints of Tory Blue #365497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.07%

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

R = 18.69%
G = 29.07%
B = 52.25%

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

#365497 (or 0x365497) is known color: Tory Blue. HEX triplet: 36, 54 and 97. RGB value is (54,84,151). Sum of RGB (Red+Green+Blue) = 54+84+151=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #365497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365497 is #C9AB68. Grayscale: #525252. Windows color (decimal): -13216617 or 9917494. OLE color: 9917494.

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

Color convert

RGB 54 84 151 -
CMYK 0.64 0.44 0 0.41
HSL 221.44º 0.47% 0.4% -
HSV(B) 221.44º 0.64% 0.59% -
XYZ 10.28 9.36 30.54 -
YUV 82.67 166.56 107.55 -
System Red Green Blue C M Y K H S L
Decimal 54 84 151 0.64 0.44 0 0.41 221.44 0.47 0.4
Hex 36 54 97 40 2C 0 29 DD 2F 28
Octal 66 124 227 100 54 0 51 335 57 50
Binary 110110 1010100 10010111 1000000 101100 0 101001 11011101 101111 101000

Color Harmonies of #365497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365497

Black with #365497

Text Example


Text Example

White with #365497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365497; }

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

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

background-color css

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

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

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

border-color css

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

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

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