Html Css Color HEX #375593 Tory Blue

📋 copy color: '#375593'

red 55 ◦ green 85 ◦ blue 147

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

Shades of Tory Blue #375593

Tints of Tory Blue #375593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.22%

R = 19.16%
G = 29.62%
B = 51.22%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375593 (or 0x375593) is known color: Tory Blue. HEX triplet: 37, 55 and 93. RGB value is (55,85,147). Sum of RGB (Red+Green+Blue) = 55+85+147=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #375593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375593 is #C8AA6C. Grayscale: #525252. Windows color (decimal): -13150829 or 9655607. OLE color: 9655607.

HSL color Cylindrical-coordinate representation of color #375593: hue angle of 220.43º 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 #375593 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 85 147 -
CMYK 0.63 0.42 0 0.42
HSL 220.43º 0.46% 0.4% -
HSV(B) 220.43º 0.63% 0.58% -
XYZ 10.09 9.42 28.89 -
YUV 83.1 164.06 107.96 -
System Red Green Blue C M Y K H S L
Decimal 55 85 147 0.63 0.42 0 0.42 220.43 0.46 0.4
Hex 37 55 93 3F 2A 0 2A DC 2E 28
Octal 67 125 223 77 52 0 52 334 56 50
Binary 110111 1010101 10010011 111111 101010 0 101010 11011100 101110 101000

Color Harmonies of #375593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375593

Black with #375593

Text Example


Text Example

White with #375593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375593; }

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

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

background-color css

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

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

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

border-color css

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

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

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