Html Css Color HEX #375994 Tory Blue

📋 copy color: '#375994'

red 55 ◦ green 89 ◦ blue 148

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

Shades of Tory Blue #375994

Tints of Tory Blue #375994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.48%

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

R = 18.84%
G = 30.48%
B = 50.68%

CMYK

 C value IS 0.63

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375994 (or 0x375994) is known color: Tory Blue. HEX triplet: 37, 59 and 94. RGB value is (55,89,148). Sum of RGB (Red+Green+Blue) = 55+89+148=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #375994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375994 is #C8A66B. Grayscale: #555555. Windows color (decimal): -13149804 or 9722167. OLE color: 9722167.

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

Color convert

RGB 55 89 148 -
CMYK 0.63 0.40 0 0.42
HSL 218.06º 0.46% 0.4% -
HSV(B) 218.06º 0.63% 0.58% -
XYZ 10.49 10.1 29.41 -
YUV 85.56 163.24 106.2 -
System Red Green Blue C M Y K H S L
Decimal 55 89 148 0.63 0.40 0 0.42 218.06 0.46 0.4
Hex 37 59 94 3F 28 0 2A DA 2E 28
Octal 67 131 224 77 50 0 52 332 56 50
Binary 110111 1011001 10010100 111111 101000 0 101010 11011010 101110 101000

Color Harmonies of #375994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375994

Black with #375994

Text Example


Text Example

White with #375994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375994; }

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

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

background-color css

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

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

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

border-color css

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

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

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