Html Css Color HEX #375794 Tory Blue

📋 copy color: '#375794'

red 55 ◦ green 87 ◦ blue 148

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

Shades of Tory Blue #375794

Tints of Tory Blue #375794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30%

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

R = 18.97%
G = 30%
B = 51.03%

CMYK

 C value IS 0.63

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375794 (or 0x375794) is known color: Tory Blue. HEX triplet: 37, 57 and 94. RGB value is (55,87,148). Sum of RGB (Red+Green+Blue) = 55+87+148=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #375794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375794 is #C8A86B. Grayscale: #545454. Windows color (decimal): -13150316 or 9721655. OLE color: 9721655.

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

Color convert

RGB 55 87 148 -
CMYK 0.63 0.41 0 0.42
HSL 219.35º 0.46% 0.4% -
HSV(B) 219.35º 0.63% 0.58% -
XYZ 10.33 9.77 29.36 -
YUV 84.39 163.9 107.04 -
System Red Green Blue C M Y K H S L
Decimal 55 87 148 0.63 0.41 0 0.42 219.35 0.46 0.4
Hex 37 57 94 3F 29 0 2A DB 2E 28
Octal 67 127 224 77 51 0 52 333 56 50
Binary 110111 1010111 10010100 111111 101001 0 101010 11011011 101110 101000

Color Harmonies of #375794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375794

Black with #375794

Text Example


Text Example

White with #375794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375794; }

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

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

background-color css

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

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

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

border-color css

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

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

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