Html Css Color HEX #375992 Tory Blue

📋 copy color: '#375992'

red 55 ◦ green 89 ◦ blue 146

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

Shades of Tory Blue #375992

Tints of Tory Blue #375992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.69%

 BLUE value IS 146 (57.42% from 255) = 50.34%

R = 18.97%
G = 30.69%
B = 50.34%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#375992 (or 0x375992) is known color: Tory Blue. HEX triplet: 37, 59 and 92. RGB value is (55,89,146). Sum of RGB (Red+Green+Blue) = 55+89+146=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #375992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375992 is #C8A66D. Grayscale: #555555. Windows color (decimal): -13149806 or 9591095. OLE color: 9591095.

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

Color convert

RGB 55 89 146 -
CMYK 0.62 0.39 0 0.43
HSL 217.58º 0.45% 0.39% -
HSV(B) 217.58º 0.62% 0.57% -
XYZ 10.34 10.03 28.59 -
YUV 85.33 162.24 106.37 -
System Red Green Blue C M Y K H S L
Decimal 55 89 146 0.62 0.39 0 0.43 217.58 0.45 0.39
Hex 37 59 92 3E 27 0 2B DA 2D 27
Octal 67 131 222 76 47 0 53 332 55 47
Binary 110111 1011001 10010010 111110 100111 0 101011 11011010 101101 100111

Color Harmonies of #375992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375992

Black with #375992

Text Example


Text Example

White with #375992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375992; }

 p { color: rgb(55,89,146); }

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

background-color css

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

 a { background-color: rgb(55,89,146); }

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

border-color css

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

 span { border-color: rgb(55,89,146); }

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