Html Css Color HEX #375597 Tory Blue

📋 copy color: '#375597'

red 55 ◦ green 85 ◦ blue 151

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

Shades of Tory Blue #375597

Tints of Tory Blue #375597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.21%

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

R = 18.9%
G = 29.21%
B = 51.89%

CMYK

 C value IS 0.64

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#375597 (or 0x375597) is known color: Tory Blue. HEX triplet: 37, 55 and 97. RGB value is (55,85,151). Sum of RGB (Red+Green+Blue) = 55+85+151=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #375597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375597 is #C8AA68. Grayscale: #535353. Windows color (decimal): -13150825 or 9917751. OLE color: 9917751.

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

Color convert

RGB 55 85 151 -
CMYK 0.64 0.44 0 0.41
HSL 221.25º 0.47% 0.4% -
HSV(B) 221.25º 0.64% 0.59% -
XYZ 10.41 9.54 30.57 -
YUV 83.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 55 85 151 0.64 0.44 0 0.41 221.25 0.47 0.4
Hex 37 55 97 40 2C 0 29 DD 2F 28
Octal 67 125 227 100 54 0 51 335 57 50
Binary 110111 1010101 10010111 1000000 101100 0 101001 11011101 101111 101000

Color Harmonies of #375597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375597

Black with #375597

Text Example


Text Example

White with #375597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375597; }

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

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

background-color css

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

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

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

border-color css

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

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

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