Html Css Color HEX #375089 Tory Blue

📋 copy color: '#375089'

red 55 ◦ green 80 ◦ blue 137

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

Shades of Tory Blue #375089

Tints of Tory Blue #375089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.37%

R = 20.22%
G = 29.41%
B = 50.37%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#375089 (or 0x375089) is known color: Tory Blue. HEX triplet: 37, 50 and 89. RGB value is (55,80,137). Sum of RGB (Red+Green+Blue) = 55+80+137=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #375089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375089 is #C8AF76. Grayscale: #4E4E4E. Windows color (decimal): -13152119 or 8998967. OLE color: 8998967.

HSL color Cylindrical-coordinate representation of color #375089: hue angle of 221.71º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #375089 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 80 137 -
CMYK 0.60 0.42 0 0.46
HSL 221.71º 0.43% 0.38% -
HSV(B) 221.71º 0.6% 0.54% -
XYZ 8.96 8.36 24.81 -
YUV 79.02 160.72 110.87 -
System Red Green Blue C M Y K H S L
Decimal 55 80 137 0.60 0.42 0 0.46 221.71 0.43 0.38
Hex 37 50 89 3C 2A 0 2E DE 2B 26
Octal 67 120 211 74 52 0 56 336 53 46
Binary 110111 1010000 10001001 111100 101010 0 101110 11011110 101011 100110

Color Harmonies of #375089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375089

Black with #375089

Text Example


Text Example

White with #375089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375089; }

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

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

background-color css

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

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

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

border-color css

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

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

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