Html Css Color HEX #375394 Tory Blue

📋 copy color: '#375394'

red 55 ◦ green 83 ◦ blue 148

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

Shades of Tory Blue #375394

Tints of Tory Blue #375394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

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

R = 19.23%
G = 29.02%
B = 51.75%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#375394 (or 0x375394) is known color: Tory Blue. HEX triplet: 37, 53 and 94. RGB value is (55,83,148). Sum of RGB (Red+Green+Blue) = 55+83+148=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #375394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375394 is #C8AC6B. Grayscale: #515151. Windows color (decimal): -13151340 or 9720631. OLE color: 9720631.

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

Color convert

RGB 55 83 148 -
CMYK 0.63 0.44 0 0.42
HSL 221.94º 0.46% 0.4% -
HSV(B) 221.94º 0.63% 0.58% -
XYZ 10.01 9.14 29.25 -
YUV 82.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 55 83 148 0.63 0.44 0 0.42 221.94 0.46 0.4
Hex 37 53 94 3F 2C 0 2A DE 2E 28
Octal 67 123 224 77 54 0 52 336 56 50
Binary 110111 1010011 10010100 111111 101100 0 101010 11011110 101110 101000

Color Harmonies of #375394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375394

Black with #375394

Text Example


Text Example

White with #375394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375394; }

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

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

background-color css

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

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

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

border-color css

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

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

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