Html Css Color HEX #375493 Tory Blue

📋 copy color: '#375493'

red 55 ◦ green 84 ◦ blue 147

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

Shades of Tory Blue #375493

Tints of Tory Blue #375493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

 BLUE value IS 147 (57.81% from 255) = 51.4%

R = 19.23%
G = 29.37%
B = 51.4%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375493 (or 0x375493) is known color: Tory Blue. HEX triplet: 37, 54 and 93. RGB value is (55,84,147). Sum of RGB (Red+Green+Blue) = 55+84+147=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #375493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375493 is #C8AB6C. Grayscale: #525252. Windows color (decimal): -13151085 or 9655351. OLE color: 9655351.

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

Color convert

RGB 55 84 147 -
CMYK 0.63 0.43 0 0.42
HSL 221.09º 0.46% 0.4% -
HSV(B) 221.09º 0.63% 0.58% -
XYZ 10.01 9.26 28.86 -
YUV 82.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 55 84 147 0.63 0.43 0 0.42 221.09 0.46 0.4
Hex 37 54 93 3F 2B 0 2A DD 2E 28
Octal 67 124 223 77 53 0 52 335 56 50
Binary 110111 1010100 10010011 111111 101011 0 101010 11011101 101110 101000

Color Harmonies of #375493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375493

Black with #375493

Text Example


Text Example

White with #375493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375493; }

 p { color: rgb(55,84,147); }

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

background-color css

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

 a { background-color: rgb(55,84,147); }

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

border-color css

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

 span { border-color: rgb(55,84,147); }

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