Html Css Color HEX #375195 Tory Blue

📋 copy color: '#375195'

red 55 ◦ green 81 ◦ blue 149

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

Shades of Tory Blue #375195

Tints of Tory Blue #375195

RGB

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

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

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

R = 19.3%
G = 28.42%
B = 52.28%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375195 (or 0x375195) is known color: Tory Blue. HEX triplet: 37, 51 and 95. RGB value is (55,81,149). Sum of RGB (Red+Green+Blue) = 55+81+149=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #375195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375195 is #C8AE6A. Grayscale: #505050. Windows color (decimal): -13151851 or 9785655. OLE color: 9785655.

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

Color convert

RGB 55 81 149 -
CMYK 0.63 0.46 0 0.42
HSL 223.4º 0.46% 0.4% -
HSV(B) 223.4º 0.63% 0.58% -
XYZ 9.94 8.87 29.62 -
YUV 80.98 166.39 109.47 -
System Red Green Blue C M Y K H S L
Decimal 55 81 149 0.63 0.46 0 0.42 223.4 0.46 0.4
Hex 37 51 95 3F 2E 0 2A DF 2E 28
Octal 67 121 225 77 56 0 52 337 56 50
Binary 110111 1010001 10010101 111111 101110 0 101010 11011111 101110 101000

Color Harmonies of #375195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375195

Black with #375195

Text Example


Text Example

White with #375195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375195; }

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

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

background-color css

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

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

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

border-color css

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

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

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