Html Css Color HEX #375494 Tory Blue

📋 copy color: '#375494'

red 55 ◦ green 84 ◦ blue 148

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

Shades of Tory Blue #375494

Tints of Tory Blue #375494

RGB

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

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

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

R = 19.16%
G = 29.27%
B = 51.57%

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

#375494 (or 0x375494) is known color: Tory Blue. HEX triplet: 37, 54 and 94. RGB value is (55,84,148). Sum of RGB (Red+Green+Blue) = 55+84+148=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #375494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375494 is #C8AB6B. Grayscale: #525252. Windows color (decimal): -13151084 or 9720887. OLE color: 9720887.

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

Color convert

RGB 55 84 148 -
CMYK 0.63 0.43 0 0.42
HSL 221.29º 0.46% 0.4% -
HSV(B) 221.29º 0.63% 0.58% -
XYZ 10.09 9.29 29.28 -
YUV 82.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 55 84 148 0.63 0.43 0 0.42 221.29 0.46 0.4
Hex 37 54 94 3F 2B 0 2A DD 2E 28
Octal 67 124 224 77 53 0 52 335 56 50
Binary 110111 1010100 10010100 111111 101011 0 101010 11011101 101110 101000

Color Harmonies of #375494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375494

Black with #375494

Text Example


Text Example

White with #375494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375494; }

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

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

background-color css

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

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

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

border-color css

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

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

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