Html Css Color HEX #375991 Tory Blue

📋 copy color: '#375991'

red 55 ◦ green 89 ◦ blue 145

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

Shades of Tory Blue #375991

Tints of Tory Blue #375991

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.8%

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

R = 19.03%
G = 30.8%
B = 50.17%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#375991 (or 0x375991) is known color: Tory Blue. HEX triplet: 37, 59 and 91. RGB value is (55,89,145). Sum of RGB (Red+Green+Blue) = 55+89+145=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #375991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375991 is #C8A66E. Grayscale: #545454. Windows color (decimal): -13149807 or 9525559. OLE color: 9525559.

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

Color convert

RGB 55 89 145 -
CMYK 0.62 0.39 0 0.43
HSL 217.33º 0.45% 0.39% -
HSV(B) 217.33º 0.62% 0.57% -
XYZ 10.26 10 28.18 -
YUV 85.22 161.74 106.45 -
System Red Green Blue C M Y K H S L
Decimal 55 89 145 0.62 0.39 0 0.43 217.33 0.45 0.39
Hex 37 59 91 3E 27 0 2B D9 2D 27
Octal 67 131 221 76 47 0 53 331 55 47
Binary 110111 1011001 10010001 111110 100111 0 101011 11011001 101101 100111

Color Harmonies of #375991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375991

Black with #375991

Text Example


Text Example

White with #375991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375991; }

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

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

background-color css

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

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

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

border-color css

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

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

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