Html Css Color HEX #375692 Tory Blue

📋 copy color: '#375692'

red 55 ◦ green 86 ◦ blue 146

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

Shades of Tory Blue #375692

Tints of Tory Blue #375692

RGB

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

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

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

R = 19.16%
G = 29.97%
B = 50.87%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#375692 (or 0x375692) is known color: Tory Blue. HEX triplet: 37, 56 and 92. RGB value is (55,86,146). Sum of RGB (Red+Green+Blue) = 55+86+146=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #375692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #375692 is #C8A96D. Grayscale: #535353. Windows color (decimal): -13150574 or 9590327. OLE color: 9590327.

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

Color convert

RGB 55 86 146 -
CMYK 0.62 0.41 0 0.43
HSL 219.56º 0.45% 0.39% -
HSV(B) 219.56º 0.62% 0.57% -
XYZ 10.09 9.54 28.5 -
YUV 83.57 163.23 107.62 -
System Red Green Blue C M Y K H S L
Decimal 55 86 146 0.62 0.41 0 0.43 219.56 0.45 0.39
Hex 37 56 92 3E 29 0 2B DC 2D 27
Octal 67 126 222 76 51 0 53 334 55 47
Binary 110111 1010110 10010010 111110 101001 0 101011 11011100 101101 100111

Color Harmonies of #375692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375692

Black with #375692

Text Example


Text Example

White with #375692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375692; }

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

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

background-color css

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

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

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

border-color css

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

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

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