Html Css Color HEX #375592 Tory Blue

📋 copy color: '#375592'

red 55 ◦ green 85 ◦ blue 146

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

Shades of Tory Blue #375592

Tints of Tory Blue #375592

RGB

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

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

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

R = 19.23%
G = 29.72%
B = 51.05%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#375592 (or 0x375592) is known color: Tory Blue. HEX triplet: 37, 55 and 92. RGB value is (55,85,146). Sum of RGB (Red+Green+Blue) = 55+85+146=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #375592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375592 is #C8AA6D. Grayscale: #525252. Windows color (decimal): -13150830 or 9590071. OLE color: 9590071.

HSL color Cylindrical-coordinate representation of color #375592: hue angle of 220.22º 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 #375592 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 85 146 -
CMYK 0.62 0.42 0 0.43
HSL 220.22º 0.45% 0.39% -
HSV(B) 220.22º 0.62% 0.57% -
XYZ 10.01 9.38 28.48 -
YUV 82.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 55 85 146 0.62 0.42 0 0.43 220.22 0.45 0.39
Hex 37 55 92 3E 2A 0 2B DC 2D 27
Octal 67 125 222 76 52 0 53 334 55 47
Binary 110111 1010101 10010010 111110 101010 0 101011 11011100 101101 100111

Color Harmonies of #375592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375592

Black with #375592

Text Example


Text Example

White with #375592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375592; }

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

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

background-color css

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

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

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

border-color css

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

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

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