Html Css Color HEX #365291 Tory Blue

📋 copy color: '#365291'

red 54 ◦ green 82 ◦ blue 145

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

Shades of Tory Blue #365291

Tints of Tory Blue #365291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.18%

 BLUE value IS 145 (57.03% from 255) = 51.6%

R = 19.22%
G = 29.18%
B = 51.6%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#365291 (or 0x365291) is known color: Tory Blue. HEX triplet: 36, 52 and 91. RGB value is (54,82,145). Sum of RGB (Red+Green+Blue) = 54+82+145=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #365291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #365291 is #C9AD6E. Grayscale: #505050. Windows color (decimal): -13217135 or 9523766. OLE color: 9523766.

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

Color convert

RGB 54 82 145 -
CMYK 0.63 0.43 0 0.43
HSL 221.54º 0.46% 0.39% -
HSV(B) 221.54º 0.63% 0.57% -
XYZ 9.65 8.86 27.99 -
YUV 80.81 164.22 108.88 -
System Red Green Blue C M Y K H S L
Decimal 54 82 145 0.63 0.43 0 0.43 221.54 0.46 0.39
Hex 36 52 91 3F 2B 0 2B DE 2E 27
Octal 66 122 221 77 53 0 53 336 56 47
Binary 110110 1010010 10010001 111111 101011 0 101011 11011110 101110 100111

Color Harmonies of #365291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365291

Black with #365291

Text Example


Text Example

White with #365291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365291; }

 p { color: rgb(54,82,145); }

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

background-color css

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

 a { background-color: rgb(54,82,145); }

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

border-color css

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

 span { border-color: rgb(54,82,145); }

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