Html Css Color HEX #375791 Tory Blue

📋 copy color: '#375791'

red 55 ◦ green 87 ◦ blue 145

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

Shades of Tory Blue #375791

Tints of Tory Blue #375791

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.31%

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

R = 19.16%
G = 30.31%
B = 50.52%

CMYK

 C value IS 0.62

 M value IS 0.4

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#375791 (or 0x375791) is known color: Tory Blue. HEX triplet: 37, 57 and 91. RGB value is (55,87,145). Sum of RGB (Red+Green+Blue) = 55+87+145=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #375791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375791 is #C8A86E. Grayscale: #535353. Windows color (decimal): -13150319 or 9525047. OLE color: 9525047.

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

Color convert

RGB 55 87 145 -
CMYK 0.62 0.4 0 0.43
HSL 218.67º 0.45% 0.39% -
HSV(B) 218.67º 0.62% 0.57% -
XYZ 10.09 9.67 28.12 -
YUV 84.04 162.4 107.28 -
System Red Green Blue C M Y K H S L
Decimal 55 87 145 0.62 0.4 0 0.43 218.67 0.45 0.39
Hex 37 57 91 3E 28 0 2B DB 2D 27
Octal 67 127 221 76 50 0 53 333 55 47
Binary 110111 1010111 10010001 111110 101000 0 101011 11011011 101101 100111

Color Harmonies of #375791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375791

Black with #375791

Text Example


Text Example

White with #375791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375791; }

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

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

background-color css

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

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

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

border-color css

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

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

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