Html Css Color HEX #375090 Tory Blue

📋 copy color: '#375090'

red 55 ◦ green 80 ◦ blue 144

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

Shades of Tory Blue #375090

Tints of Tory Blue #375090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

 BLUE value IS 144 (56.64% from 255) = 51.61%

R = 19.71%
G = 28.67%
B = 51.61%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#375090 (or 0x375090) is known color: Tory Blue. HEX triplet: 37, 50 and 90. RGB value is (55,80,144). Sum of RGB (Red+Green+Blue) = 55+80+144=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #375090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375090 is #C8AF6F. Grayscale: #4F4F4F. Windows color (decimal): -13152112 or 9457719. OLE color: 9457719.

HSL color Cylindrical-coordinate representation of color #375090: hue angle of 223.15º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #375090 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 80 144 -
CMYK 0.62 0.44 0 0.44
HSL 223.15º 0.45% 0.39% -
HSV(B) 223.15º 0.62% 0.56% -
XYZ 9.48 8.56 27.54 -
YUV 79.82 164.22 110.3 -
System Red Green Blue C M Y K H S L
Decimal 55 80 144 0.62 0.44 0 0.44 223.15 0.45 0.39
Hex 37 50 90 3E 2C 0 2C DF 2D 27
Octal 67 120 220 76 54 0 54 337 55 47
Binary 110111 1010000 10010000 111110 101100 0 101100 11011111 101101 100111

Color Harmonies of #375090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375090

Black with #375090

Text Example


Text Example

White with #375090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375090; }

 p { color: rgb(55,80,144); }

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

background-color css

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

 a { background-color: rgb(55,80,144); }

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

border-color css

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

 span { border-color: rgb(55,80,144); }

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