Html Css Color HEX #375591 Tory Blue

📋 copy color: '#375591'

red 55 ◦ green 85 ◦ blue 145

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

Shades of Tory Blue #375591

Tints of Tory Blue #375591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.82%

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

R = 19.3%
G = 29.82%
B = 50.88%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#375591 (or 0x375591) is known color: Tory Blue. HEX triplet: 37, 55 and 91. RGB value is (55,85,145). Sum of RGB (Red+Green+Blue) = 55+85+145=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #375591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375591 is #C8AA6E. Grayscale: #525252. Windows color (decimal): -13150831 or 9524535. OLE color: 9524535.

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

Color convert

RGB 55 85 145 -
CMYK 0.62 0.41 0 0.43
HSL 220º 0.45% 0.39% -
HSV(B) 220º 0.62% 0.57% -
XYZ 9.93 9.35 28.07 -
YUV 82.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 55 85 145 0.62 0.41 0 0.43 220 0.45 0.39
Hex 37 55 91 3E 29 0 2B DC 2D 27
Octal 67 125 221 76 51 0 53 334 55 47
Binary 110111 1010101 10010001 111110 101001 0 101011 11011100 101101 100111

Color Harmonies of #375591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375591

Black with #375591

Text Example


Text Example

White with #375591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375591; }

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

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

background-color css

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

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

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

border-color css

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

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

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