Html Css Color HEX #375595 Tory Blue

📋 copy color: '#375595'

red 55 ◦ green 85 ◦ blue 149

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

Shades of Tory Blue #375595

Tints of Tory Blue #375595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.56%

R = 19.03%
G = 29.41%
B = 51.56%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375595 (or 0x375595) is known color: Tory Blue. HEX triplet: 37, 55 and 95. RGB value is (55,85,149). Sum of RGB (Red+Green+Blue) = 55+85+149=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #375595 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375595 is #C8AA6A. Grayscale: #535353. Windows color (decimal): -13150827 or 9786679. OLE color: 9786679.

HSL color Cylindrical-coordinate representation of color #375595: hue angle of 220.85º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #375595 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 85 149 -
CMYK 0.63 0.43 0 0.42
HSL 220.85º 0.46% 0.4% -
HSV(B) 220.85º 0.63% 0.58% -
XYZ 10.25 9.48 29.72 -
YUV 83.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 55 85 149 0.63 0.43 0 0.42 220.85 0.46 0.4
Hex 37 55 95 3F 2B 0 2A DD 2E 28
Octal 67 125 225 77 53 0 52 335 56 50
Binary 110111 1010101 10010101 111111 101011 0 101010 11011101 101110 101000

Color Harmonies of #375595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375595

Black with #375595

Text Example


Text Example

White with #375595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375595; }

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

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

background-color css

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

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

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

border-color css

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

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

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