Html Css Color HEX #375196 Tory Blue

📋 copy color: '#375196'

red 55 ◦ green 81 ◦ blue 150

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

Shades of Tory Blue #375196

Tints of Tory Blue #375196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.45%

R = 19.23%
G = 28.32%
B = 52.45%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#375196 (or 0x375196) is known color: Tory Blue. HEX triplet: 37, 51 and 96. RGB value is (55,81,150). Sum of RGB (Red+Green+Blue) = 55+81+150=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #375196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375196 is #C8AE69. Grayscale: #505050. Windows color (decimal): -13151850 or 9851191. OLE color: 9851191.

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

Color convert

RGB 55 81 150 -
CMYK 0.63 0.46 0 0.41
HSL 223.58º 0.46% 0.4% -
HSV(B) 223.58º 0.63% 0.59% -
XYZ 10.02 8.9 30.04 -
YUV 81.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 55 81 150 0.63 0.46 0 0.41 223.58 0.46 0.4
Hex 37 51 96 3F 2E 0 29 E0 2E 28
Octal 67 121 226 77 56 0 51 340 56 50
Binary 110111 1010001 10010110 111111 101110 0 101001 11100000 101110 101000

Color Harmonies of #375196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375196

Black with #375196

Text Example


Text Example

White with #375196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375196; }

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

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

background-color css

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

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

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

border-color css

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

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

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