Html Css Color HEX #375491 Tory Blue

📋 copy color: '#375491'

red 55 ◦ green 84 ◦ blue 145

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

Shades of Tory Blue #375491

Tints of Tory Blue #375491

RGB

 RED value IS 55 (21.88% from 255) = 19.37%

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

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

R = 19.37%
G = 29.58%
B = 51.06%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#375491 (or 0x375491) is known color: Tory Blue. HEX triplet: 37, 54 and 91. RGB value is (55,84,145). Sum of RGB (Red+Green+Blue) = 55+84+145=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #375491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375491 is #C8AB6E. Grayscale: #525252. Windows color (decimal): -13151087 or 9524279. OLE color: 9524279.

HSL color Cylindrical-coordinate representation of color #375491: hue angle of 220.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #375491 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 84 145 -
CMYK 0.62 0.42 0 0.43
HSL 220.67º 0.45% 0.39% -
HSV(B) 220.67º 0.62% 0.57% -
XYZ 9.86 9.2 28.04 -
YUV 82.28 163.39 108.54 -
System Red Green Blue C M Y K H S L
Decimal 55 84 145 0.62 0.42 0 0.43 220.67 0.45 0.39
Hex 37 54 91 3E 2A 0 2B DD 2D 27
Octal 67 124 221 76 52 0 53 335 55 47
Binary 110111 1010100 10010001 111110 101010 0 101011 11011101 101101 100111

Color Harmonies of #375491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375491

Black with #375491

Text Example


Text Example

White with #375491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375491; }

 p { color: rgb(55,84,145); }

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

background-color css

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

 a { background-color: rgb(55,84,145); }

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

border-color css

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

 span { border-color: rgb(55,84,145); }

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