Html Css Color HEX #375696 Tory Blue

📋 copy color: '#375696'

red 55 ◦ green 86 ◦ blue 150

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

Shades of Tory Blue #375696

Tints of Tory Blue #375696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.55%

 BLUE value IS 150 (58.98% from 255) = 51.55%

R = 18.9%
G = 29.55%
B = 51.55%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#375696 (or 0x375696) is known color: Tory Blue. HEX triplet: 37, 56 and 96. RGB value is (55,86,150). Sum of RGB (Red+Green+Blue) = 55+86+150=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #375696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375696 is #C8A969. Grayscale: #535353. Windows color (decimal): -13150570 or 9852471. OLE color: 9852471.

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

Color convert

RGB 55 86 150 -
CMYK 0.63 0.43 0 0.41
HSL 220.42º 0.46% 0.4% -
HSV(B) 220.42º 0.63% 0.59% -
XYZ 10.41 9.67 30.17 -
YUV 84.03 165.23 107.3 -
System Red Green Blue C M Y K H S L
Decimal 55 86 150 0.63 0.43 0 0.41 220.42 0.46 0.4
Hex 37 56 96 3F 2B 0 29 DC 2E 28
Octal 67 126 226 77 53 0 51 334 56 50
Binary 110111 1010110 10010110 111111 101011 0 101001 11011100 101110 101000

Color Harmonies of #375696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375696

Black with #375696

Text Example


Text Example

White with #375696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375696; }

 p { color: rgb(55,86,150); }

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

background-color css

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

 a { background-color: rgb(55,86,150); }

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

border-color css

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

 span { border-color: rgb(55,86,150); }

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