Html Css Color HEX #375193 Tory Blue

📋 copy color: '#375193'

red 55 ◦ green 81 ◦ blue 147

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

Shades of Tory Blue #375193

Tints of Tory Blue #375193

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.62%

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

R = 19.43%
G = 28.62%
B = 51.94%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375193 (or 0x375193) is known color: Tory Blue. HEX triplet: 37, 51 and 93. RGB value is (55,81,147). Sum of RGB (Red+Green+Blue) = 55+81+147=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #375193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375193 is #C8AE6C. Grayscale: #505050. Windows color (decimal): -13151853 or 9654583. OLE color: 9654583.

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

Color convert

RGB 55 81 147 -
CMYK 0.63 0.45 0 0.42
HSL 223.04º 0.46% 0.4% -
HSV(B) 223.04º 0.63% 0.58% -
XYZ 9.78 8.8 28.79 -
YUV 80.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 55 81 147 0.63 0.45 0 0.42 223.04 0.46 0.4
Hex 37 51 93 3F 2D 0 2A DF 2E 28
Octal 67 121 223 77 55 0 52 337 56 50
Binary 110111 1010001 10010011 111111 101101 0 101010 11011111 101110 101000

Color Harmonies of #375193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375193

Black with #375193

Text Example


Text Example

White with #375193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375193; }

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

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

background-color css

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

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

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

border-color css

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

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

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