Html Css Color HEX #375792 Tory Blue

📋 copy color: '#375792'

red 55 ◦ green 87 ◦ blue 146

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

Shades of Tory Blue #375792

Tints of Tory Blue #375792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

 BLUE value IS 146 (57.42% from 255) = 50.69%

R = 19.1%
G = 30.21%
B = 50.69%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#375792 (or 0x375792) is known color: Tory Blue. HEX triplet: 37, 57 and 92. RGB value is (55,87,146). Sum of RGB (Red+Green+Blue) = 55+87+146=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #375792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375792 is #C8A86D. Grayscale: #535353. Windows color (decimal): -13150318 or 9590583. OLE color: 9590583.

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

Color convert

RGB 55 87 146 -
CMYK 0.62 0.40 0 0.43
HSL 218.9º 0.45% 0.39% -
HSV(B) 218.9º 0.62% 0.57% -
XYZ 10.17 9.7 28.53 -
YUV 84.16 162.9 107.2 -
System Red Green Blue C M Y K H S L
Decimal 55 87 146 0.62 0.40 0 0.43 218.9 0.45 0.39
Hex 37 57 92 3E 28 0 2B DB 2D 27
Octal 67 127 222 76 50 0 53 333 55 47
Binary 110111 1010111 10010010 111110 101000 0 101011 11011011 101101 100111

Color Harmonies of #375792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375792

Black with #375792

Text Example


Text Example

White with #375792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375792; }

 p { color: rgb(55,87,146); }

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

background-color css

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

 a { background-color: rgb(55,87,146); }

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

border-color css

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

 span { border-color: rgb(55,87,146); }

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