Html Css Color HEX #375893 Tory Blue

📋 copy color: '#375893'

red 55 ◦ green 88 ◦ blue 147

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

Shades of Tory Blue #375893

Tints of Tory Blue #375893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.34%

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

R = 18.97%
G = 30.34%
B = 50.69%

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

#375893 (or 0x375893) is known color: Tory Blue. HEX triplet: 37, 58 and 93. RGB value is (55,88,147). Sum of RGB (Red+Green+Blue) = 55+88+147=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #375893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375893 is #C8A76C. Grayscale: #545454. Windows color (decimal): -13150061 or 9656375. OLE color: 9656375.

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

Color convert

RGB 55 88 147 -
CMYK 0.63 0.40 0 0.42
HSL 218.48º 0.46% 0.4% -
HSV(B) 218.48º 0.63% 0.58% -
XYZ 10.33 9.9 28.97 -
YUV 84.86 163.07 106.7 -
System Red Green Blue C M Y K H S L
Decimal 55 88 147 0.63 0.40 0 0.42 218.48 0.46 0.4
Hex 37 58 93 3F 28 0 2A DA 2E 28
Octal 67 130 223 77 50 0 52 332 56 50
Binary 110111 1011000 10010011 111111 101000 0 101010 11011010 101110 101000

Color Harmonies of #375893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375893

Black with #375893

Text Example


Text Example

White with #375893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375893; }

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

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

background-color css

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

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

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

border-color css

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

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

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