Html Css Color HEX #375694 Tory Blue

📋 copy color: '#375694'

red 55 ◦ green 86 ◦ blue 148

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

Shades of Tory Blue #375694

Tints of Tory Blue #375694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

 BLUE value IS 148 (58.2% from 255) = 51.21%

R = 19.03%
G = 29.76%
B = 51.21%

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

#375694 (or 0x375694) is known color: Tory Blue. HEX triplet: 37, 56 and 94. RGB value is (55,86,148). Sum of RGB (Red+Green+Blue) = 55+86+148=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #375694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375694 is #C8A96B. Grayscale: #535353. Windows color (decimal): -13150572 or 9721399. OLE color: 9721399.

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

Color convert

RGB 55 86 148 -
CMYK 0.63 0.42 0 0.42
HSL 220º 0.46% 0.4% -
HSV(B) 220º 0.63% 0.58% -
XYZ 10.25 9.61 29.33 -
YUV 83.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 55 86 148 0.63 0.42 0 0.42 220 0.46 0.4
Hex 37 56 94 3F 2A 0 2A DC 2E 28
Octal 67 126 224 77 52 0 52 334 56 50
Binary 110111 1010110 10010100 111111 101010 0 101010 11011100 101110 101000

Color Harmonies of #375694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375694

Black with #375694

Text Example


Text Example

White with #375694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375694; }

 p { color: rgb(55,86,148); }

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

background-color css

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

 a { background-color: rgb(55,86,148); }

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

border-color css

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

 span { border-color: rgb(55,86,148); }

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