Html Css Color HEX #375194 Tory Blue

📋 copy color: '#375194'

red 55 ◦ green 81 ◦ blue 148

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

Shades of Tory Blue #375194

Tints of Tory Blue #375194

RGB

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

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

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

R = 19.37%
G = 28.52%
B = 52.11%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375194 (or 0x375194) is known color: Tory Blue. HEX triplet: 37, 51 and 94. RGB value is (55,81,148). Sum of RGB (Red+Green+Blue) = 55+81+148=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #375194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375194 is #C8AE6B. Grayscale: #505050. Windows color (decimal): -13151852 or 9720119. OLE color: 9720119.

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

Color convert

RGB 55 81 148 -
CMYK 0.63 0.45 0 0.42
HSL 223.23º 0.46% 0.4% -
HSV(B) 223.23º 0.63% 0.58% -
XYZ 9.86 8.84 29.2 -
YUV 80.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 55 81 148 0.63 0.45 0 0.42 223.23 0.46 0.4
Hex 37 51 94 3F 2D 0 2A DF 2E 28
Octal 67 121 224 77 55 0 52 337 56 50
Binary 110111 1010001 10010100 111111 101101 0 101010 11011111 101110 101000

Color Harmonies of #375194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375194

Black with #375194

Text Example


Text Example

White with #375194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375194; }

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

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

background-color css

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

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

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

border-color css

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

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

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