Html Css Color HEX #375097 Tory Blue

📋 copy color: '#375097'

red 55 ◦ green 80 ◦ blue 151

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

Shades of Tory Blue #375097

Tints of Tory Blue #375097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.8%

R = 19.23%
G = 27.97%
B = 52.8%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#375097 (or 0x375097) is known color: Tory Blue. HEX triplet: 37, 50 and 97. RGB value is (55,80,151). Sum of RGB (Red+Green+Blue) = 55+80+151=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #375097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375097 is #C8AF68. Grayscale: #505050. Windows color (decimal): -13152105 or 9916471. OLE color: 9916471.

HSL color Cylindrical-coordinate representation of color #375097: hue angle of 224.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #375097 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 80 151 -
CMYK 0.64 0.47 0 0.41
HSL 224.38º 0.47% 0.4% -
HSV(B) 224.38º 0.64% 0.59% -
XYZ 10.03 8.78 30.44 -
YUV 80.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 55 80 151 0.64 0.47 0 0.41 224.38 0.47 0.4
Hex 37 50 97 40 2F 0 29 E0 2F 28
Octal 67 120 227 100 57 0 51 340 57 50
Binary 110111 1010000 10010111 1000000 101111 0 101001 11100000 101111 101000

Color Harmonies of #375097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375097

Black with #375097

Text Example


Text Example

White with #375097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375097; }

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

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

background-color css

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

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

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

border-color css

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

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

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